Type alias BridgeExternalMultisigAssetParams

BridgeExternalMultisigAssetParams: {
    amount: BN;
    api: ApiPromise;
    asset: XcmAssetRepresentation;
    destination: string;
    to?: string | AccountId;
    xcmFee: BN;
}

Type declaration

  • amount: BN
  • api: ApiPromise
  • asset: XcmAssetRepresentation
  • destination: string
  • Optional to?: string | AccountId
  • xcmFee: BN

Generated using TypeDoc