Base Argument object for methods.

interface ForeignAssetsTransferApprovedArgs {
    amount: string | number;
    destination: string;
    id: AnyJson;
    owner: string;
}

Hierarchy (view full)

  • Args
    • ForeignAssetsTransferApprovedArgs

Properties

amount: string | number

The amount of foreignAssets to transfer.

destination: string

The account to which the foreignAsset balance of amount will be transferred.

id: AnyJson

The identifier of the foreignAsset formatted as a MultiLocation.

owner: string

The account which previously approved for a transfer of at least amount and from which the foreignAsset balance will be withdrawn.

MMNEPVFCICPMFPCPTTAAATR