Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DelegateFundsOptions ¶
type DelegateFundsOptions struct { Destinations map[address.Address]map[devnetvm.Color]uint64 DelegateUntil time.Time RemainderAddress address.Address AccessManaPledgeID string ConsensusManaPledgeID string WaitForConfirmation bool }
DelegateFundsOptions is a struct that is used to aggregate the optional parameters provided in the DelegateFunds call.
func (*DelegateFundsOptions) RequiredFunds ¶
func (s *DelegateFundsOptions) RequiredFunds() map[devnetvm.Color]uint64
RequiredFunds derives how much funds are needed based on the Destinations to fund the transfer.
Click to show internal directories.
Click to hide internal directories.