CancelAction is an action cancelation call body.

interface VaultCancelAction {
    nonce: longnum;
    vault: Uint8Array;
}

Properties

Properties

nonce: longnum

Nonce is the action nonce.

vault: Uint8Array

Vault is the address of the target vault.