Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnableNetworkDelegation ¶
Types ¶
type AddNetworkDelegation ¶
type AddNetworkDelegation struct { DelegationAddress keys.Address `json:"delegationAddress"` Amount action.Amount `json:"amount"` }
func (AddNetworkDelegation) Marshal ¶
func (n AddNetworkDelegation) Marshal() ([]byte, error)
func (AddNetworkDelegation) Signers ¶
func (n AddNetworkDelegation) Signers() []action.Address
func (AddNetworkDelegation) Tags ¶
func (n AddNetworkDelegation) Tags() kv.Pairs
func (AddNetworkDelegation) Type ¶
func (n AddNetworkDelegation) Type() action.Type
func (*AddNetworkDelegation) Unmarshal ¶
func (n *AddNetworkDelegation) Unmarshal(bytes []byte) error
type Reinvest ¶
type Undelegate ¶
type Undelegate struct { Delegator keys.Address `json:"delegator"` Amount action.Amount `json:"amount"` }
func (*Undelegate) Marshal ¶
func (ud *Undelegate) Marshal() ([]byte, error)
func (Undelegate) Signers ¶
func (ud Undelegate) Signers() []action.Address
func (Undelegate) Tags ¶
func (ud Undelegate) Tags() kv.Pairs
func (Undelegate) Type ¶
func (ud Undelegate) Type() action.Type
func (*Undelegate) Unmarshal ¶
func (ud *Undelegate) Unmarshal(data []byte) error
Click to show internal directories.
Click to hide internal directories.