Base Argument object for methods.

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

Hierarchy (view full)

  • Args
    • PoolAssetsApproveTransferArgs

Properties

Properties

amount: string | number

The amount of the asset from poolAsset 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 poolAsset.

id: number

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