types

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 26, 2023 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetSubAccountTransferHistoryParam

type GetSubAccountTransferHistoryParam struct {
	Asset     string `url:"asset,omitempty" validate:"omitempty"`
	Type      int    `url:"type,omitempty" validate:"omitempty"`
	StartTime int64  `url:"startTime,omitempty" validate:"omitempty"`
	EndTime   int64  `url:"endTime,omitempty" validate:"omitempty"`
	Limit     int    `url:"limit,omitempty" validate:"omitempty"`
}

type GetSubAccountTransferHistoryParams

type GetSubAccountTransferHistoryParams struct {
	GetSubAccountTransferHistoryParam
	bnutils.DefaultParam
}

type GetSubAccountTransferHistoryResp

type GetSubAccountTransferHistoryResp struct {
	Http *utils.ApiResponse
	Body []*SubAccountTransferHistory
}

type SubAccountTransferHistory

type SubAccountTransferHistory struct {
	CounterParty    string `json:"counterParty"`
	Email           string `json:"email"`
	Type            int    `json:"type"`
	Asset           string `json:"asset"`
	Qty             string `json:"qty"`
	FromAccountType string `json:"fromAccountType"`
	ToAccountType   string `json:"toAccountType"`
	Status          string `json:"status"`
	TranID          int64  `json:"tranId"`
	Time            int64  `json:"time"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL