Type alias SendExternalMultisigCallParams

SendExternalMultisigCallParams: {
    api: ApiPromise;
    callData: "0x{string}" | Uint8Array;
    destination: string;
    weight: BN;
    xcmFee: BN;
    xcmFeeAsset: XcmAssetRepresentation;
}

Type declaration

  • api: ApiPromise
  • callData: "0x{string}" | Uint8Array
  • destination: string
  • weight: BN
  • xcmFee: BN
  • xcmFeeAsset: XcmAssetRepresentation

Generated using TypeDoc