Documentation ¶
Index ¶
Constants ¶
View Source
const ( // cosmos CosmosBalanceQueryPath = "/cosmos/bank/v1beta1/balances/{balance_address}" CosmosBalancePayload = "" // ethereum EthereumBalanceQueryPath = "" EthereumBalancePayLoad = `` /* 134-byte string literal not displayed */ )
Variables ¶
View Source
var ( // common SupportedProtocolTypes = []string{"cosmos", "ethereum"} )
Functions ¶
This section is empty.
Types ¶
type BalanceStatus ¶
type CommonBalance ¶
type CommonBalance struct {
Balances []BalanceStatus
}
type CosmosBalanceResponse ¶
type EthereumBalanceResponse ¶
Click to show internal directories.
Click to hide internal directories.