Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fatal ¶
Fatal panics on error First parameter of msgs is used each following variadic arg is dropped
func Log ¶
Log logs an error + stack trace directly to console or file Use this at the top level to publish errors without creating a new error object
Types ¶
type Account ¶
type Account struct {
AccountId string `json:"account_id"`
PublicKey string `json:"public_key"`
PrivateKey string `json:"private_key"`
Secret string `json:"secret"`
TxSpendLimit string `json:"tx_spend_limit"`
Whitelist []string `json:"whitelist"`
Blacklist []string `json:"blacklist"`
}
Account is a Ripple account
Click to show internal directories.
Click to hide internal directories.