Versions in this module Expand all Collapse all v1 v1.0.0 May 26, 2022 Changes in this version + type ControlAddressAction struct + Address string + func (c *ControlAddressAction) MarshalJSON() ([]byte, error) + type Node struct + func NewNode(hostPort string) *Node + func (n *Node) BatchSendBTM(accountID, password string, outputs map[string]uint64, memo []byte) error + func (n *Node) GetBlockByHash(hash string) (*types.Block, error) + func (n *Node) GetBlockByHeight(height uint64) (*types.Block, error) + func (n *Node) GetFinalizedHeight() (uint64, error) + func (n *Node) SubmitTx(tx *types.Tx) (string, error) + type RetireAction struct + Arbitrary []byte + func (r *RetireAction) MarshalJSON() ([]byte, error) + type SpendAccountAction struct + AccountID string + func (s *SpendAccountAction) MarshalJSON() ([]byte, error)