Base Argument object for methods.

interface ForeignAssetsApproveTransferArgs {
    amount: string | number;
    delegate: string;
    id: AnyJson;
}

Hierarchy (view full)

  • Args
    • ForeignAssetsApproveTransferArgs

Properties

Properties

amount: string | number

The amount of foreignAsset 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 foreignAsset.

id: AnyJson

The identifier of the foreignAsset formatted as a MultiLocation.