Type alias ExitBundleInput

ExitBundleInput: {
    bundleCommittedEvent?: EthersEventWithDecodedTypesAndContext<BundleCommitted>;
    bundleCommittedTransactionHash?: string;
}

Type declaration

  • Optional bundleCommittedEvent?: EthersEventWithDecodedTypesAndContext<BundleCommitted>
  • Optional bundleCommittedTransactionHash?: string