reclaimoptions

package
v0.7.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2021 License: Apache-2.0, BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReclaimFundsOption

type ReclaimFundsOption func(options *ReclaimFundsOptions) error

ReclaimFundsOption is a function that provides an option.

func AccessManaPledgeID

func AccessManaPledgeID(nodeID string) ReclaimFundsOption

AccessManaPledgeID is an option for SendFunds call that defines the nodeID to pledge access mana to.

func Alias

func Alias(aliasID string) ReclaimFundsOption

Alias specifies which alias to reclaim.

func ConsensusManaPledgeID

func ConsensusManaPledgeID(nodeID string) ReclaimFundsOption

ConsensusManaPledgeID is an option for SendFunds call that defines the nodeID to pledge consensus mana to.

func ToAddress

func ToAddress(address string) ReclaimFundsOption

ToAddress specifies the new governor of the alias.

func WaitForConfirmation

func WaitForConfirmation(wait bool) ReclaimFundsOption

WaitForConfirmation defines if the call should wait for confirmation before it returns.

type ReclaimFundsOptions

type ReclaimFundsOptions struct {
	AccessManaPledgeID    string
	ConsensusManaPledgeID string
	Alias                 *ledgerstate.AliasAddress
	ToAddress             ledgerstate.Address
	WaitForConfirmation   bool
}

ReclaimFundsOptions is a struct that is used to aggregate the optional parameters in the ReclaimDelegatedFunds call.

func Build

func Build(options ...ReclaimFundsOption) (result *ReclaimFundsOptions, err error)

Build build the options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL