Documentation ¶
Index ¶
Constants ¶
View Source
const (
UriQueryAccount = "/bank/accounts/%s"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountInfo ¶
type AccountInfo struct { Type string `json:"type"` Value AccountInfoValue `json:"value"` }
type AccountInfoValue ¶
type LiteClient ¶
type LiteClient interface {
QueryAccount(address string) (AccountInfo, error)
}
func NewClient ¶
func NewClient(c basic.HttpClient) LiteClient
Click to show internal directories.
Click to hide internal directories.