Skip to main content
Version: mainnet (v0.72)

GovernanceTransferType

No description

enum GovernanceTransferType {
GOVERNANCE_TRANSFER_TYPE_UNSPECIFIED
GOVERNANCE_TRANSFER_TYPE_ALL_OR_NOTHING
GOVERNANCE_TRANSFER_TYPE_BEST_EFFORT
}

Values

GovernanceTransferType.GOVERNANCE_TRANSFER_TYPE_UNSPECIFIED

Default value, always invalid

GovernanceTransferType.GOVERNANCE_TRANSFER_TYPE_ALL_OR_NOTHING

Transfers the specified amount or does not transfer anything

GovernanceTransferType.GOVERNANCE_TRANSFER_TYPE_BEST_EFFORT

Transfers the specified amount or the max allowable amount if this is less than the specified amount

Member of

NewTransfer object