Base Argument object for methods.

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

Hierarchy (view full)

  • Args
    • PoolAssetsTransferApprovedArgs

Properties

amount: string | number

The amount of asset from poolAssets to transfer.

destination: string

The account to which the asset from poolAssets balance of amount will be transferred.

id: number

The identifier of the asset from poolAssets formatted as a MultiLocation.

owner: string

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