Base Argument object for methods.

interface AssetsApproveTransferArgs {
    amount: string | number;
    delegate: string;
    id: number;
}

Hierarchy (view full)

  • Args
    • AssetsApproveTransferArgs

Properties

Properties

amount: string | number

The amount of asset that may be transferred by delegate. If there is already an approval in place, then this acts additively.

delegate: string

The account to delegate permission to transfer asset.

id: number

The identifier of the asset.