NewTransfer
No description
type NewTransfer {
source: String!
sourceType: AccountType!
destination: String!
destinationType: AccountType!
asset: Asset!
fraction_of_balance: String!
amount: String!
transferType: GovernanceTransferType!
kind: GovernanceTransferKind!
}
Fields
NewTransfer.source ● String! non-null scalar
The source account
NewTransfer.sourceType ● AccountType! non-null enum
The type of source account
NewTransfer.destination ● String! non-null scalar
The destination account
NewTransfer.destinationType ● AccountType! non-null enum
The type of destination account
NewTransfer.asset ● Asset! non-null object
The asset to transfer
NewTransfer.fraction_of_balance ● String! non-null scalar
The fraction of the balance to be transferred
NewTransfer.amount ● String! non-null scalar
The maximum amount to be transferred
NewTransfer.transferType ● GovernanceTransferType! non-null enum
The type of the governance transfer
NewTransfer.kind ● GovernanceTransferKind! non-null union
The type of governance transfer being made, i.e. a one-off or recurring transfer
Implemented by
ProposalChange union