Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetABIResp ¶
type GetABIResp struct { AccountName string `json:"account_name"` ABI interface{} `json:"abi"` }
GetABIResp - response of get abi
type GetAccountResp ¶
type GetAccountResp struct {
AccountName string `json:"account_name"`
}
GetAccountResp - response of get account
Click to show internal directories.
Click to hide internal directories.