Base Argument object for methods.

interface AssetsTransferAllArgs {
    dest: string;
    id: number;
    keepAlive: boolean;
}

Hierarchy (view full)

  • Args
    • AssetsTransferAllArgs

Properties

Properties

dest: string

The account to be credited.

id: number

The identifier of the asset to have some amount transferred.

keepAlive: boolean

Limit the amount of the asset transferred to keep the account from being reaped.