CancelTransfer
Allows for cancellation of an existing governance transfer
type CancelTransfer {
transferId: ID!
}
Fields
CancelTransfer.transferId
● ID!
non-null scalar
The governance transfer to cancel
Implemented by
ProposalChange
union