Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSourceConn = errors.New("connection to servers failed")
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetTxsOfAddress ¶
func (c *Client) GetTxsOfAddress(address string) ([]Transaction, error)
type Operation ¶
type Operation struct { Kind string `json:"kind"` Src Address `json:"src"` Dest Address `json:"destination"` Amount models.Amount `json:"amount"` Failed bool `json:"failed"` Internal bool `json:"internal"` Burn int `json:"burn"` Counter int `json:"counter"` Fee models.Amount `json:"fee"` GasLimit string `json:"gas_limit"` StorageLimit string `json:"storage_limit"` OpLevel uint64 `json:"op_level"` Timestamp string `json:"timestamp"` }
Click to show internal directories.
Click to hide internal directories.