EmptyCCM: {
    crossChainCommand: string;
    fee: bigint;
    module: string;
    nonce: bigint;
    params: Buffer;
    receivingChainID: Buffer;
    sendingChainID: Buffer;
    status: number;
} = ...

Type declaration

  • crossChainCommand: string
  • fee: bigint
  • module: string
  • nonce: bigint
  • params: Buffer
  • receivingChainID: Buffer
  • sendingChainID: Buffer
  • status: number

Generated using TypeDoc