Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Account ¶
type Account struct { Address string `json:"address"` Seed string `json:"seed"` AccountId string `json:"account_id"` // This is the original public key used to create the account TxSpendLimit string `json:"tx_spend_limit"` Whitelist []string `json:"whitelist"` Blacklist []string `json:"blacklist"` }
Account is a Stellar account
Click to show internal directories.
Click to hide internal directories.