@@ -102,6 +102,8 @@ Class | Method | HTTP request | Description
102102* BlockAPI* | [ ** GetBlockMessages** ] ( docs/BlockAPI.md#getblockmessages ) | ** Get** /block/{height}/messages | Get messages contained in the block
103103* BlockAPI* | [ ** GetBlockStats** ] ( docs/BlockAPI.md#getblockstats ) | ** Get** /block/{height}/stats | Get block stats by height
104104* BlockAPI* | [ ** ListBlock** ] ( docs/BlockAPI.md#listblock ) | ** Get** /block | List blocks info
105+ * ForwardingAPI* | [ ** GetForwarding** ] ( docs/ForwardingAPI.md#getforwarding ) | ** Get** /forwarding/{id} | Get forwarding event by ID
106+ * ForwardingAPI* | [ ** ListForwarding** ] ( docs/ForwardingAPI.md#listforwarding ) | ** Get** /forwarding | List forwarding events
105107* GasAPI* | [ ** GasEstimateForPfb** ] ( docs/GasAPI.md#gasestimateforpfb ) | ** Get** /gas/estimate_for_pfb | Get estimated gas for pay for blob
106108* GasAPI* | [ ** GasPrice** ] ( docs/GasAPI.md#gasprice ) | ** Get** /gas/price | Get estimated gas price
107109* GasAPI* | [ ** GasPricePriority** ] ( docs/GasAPI.md#gaspricepriority ) | ** Get** /gas/price/{priority} | Get estimated gas price with priority filter
@@ -112,11 +114,15 @@ Class | Method | HTTP request | Description
112114* HyperlaneAPI* | [ ** GetHyperlaneMailbox** ] ( docs/HyperlaneAPI.md#gethyperlanemailbox ) | ** Get** /hyperlane/mailbox/{id} | Get hyperlane mailbox info
113115* HyperlaneAPI* | [ ** GetHyperlaneToken** ] ( docs/HyperlaneAPI.md#gethyperlanetoken ) | ** Get** /hyperlane/token/{id} | Get hyperlane token info
114116* HyperlaneAPI* | [ ** GetHyperlaneTransfer** ] ( docs/HyperlaneAPI.md#gethyperlanetransfer ) | ** Get** /hyperlane/transfer/{id} | Get transfer by id
117+ * HyperlaneAPI* | [ ** GetZkism** ] ( docs/HyperlaneAPI.md#getzkism ) | ** Get** /hyperlane/zkism/{id} | Get ZK ISM by id
118+ * HyperlaneAPI* | [ ** GetZkismMessages** ] ( docs/HyperlaneAPI.md#getzkismmessages ) | ** Get** /hyperlane/zkism/{id}/messages | Get ZK ISM authorized messages
119+ * HyperlaneAPI* | [ ** GetZkismUpdates** ] ( docs/HyperlaneAPI.md#getzkismupdates ) | ** Get** /hyperlane/zkism/{id}/updates | Get ZK ISM state update history
115120* HyperlaneAPI* | [ ** ListHyperlaneDomains** ] ( docs/HyperlaneAPI.md#listhyperlanedomains ) | ** Get** /hyperlane/domains | List hyperlane domains info
116121* HyperlaneAPI* | [ ** ListHyperlaneIgps** ] ( docs/HyperlaneAPI.md#listhyperlaneigps ) | ** Get** /hyperlane/igp | List hyperlane Interchain Gas Paymaster (IGP)
117122* HyperlaneAPI* | [ ** ListHyperlaneMailbox** ] ( docs/HyperlaneAPI.md#listhyperlanemailbox ) | ** Get** /hyperlane/mailbox | List hyperlane mailboxes info
118123* HyperlaneAPI* | [ ** ListHyperlaneTokens** ] ( docs/HyperlaneAPI.md#listhyperlanetokens ) | ** Get** /hyperlane/token | List hyperlane tokens info
119124* HyperlaneAPI* | [ ** ListHyperlaneTransfers** ] ( docs/HyperlaneAPI.md#listhyperlanetransfers ) | ** Get** /hyperlane/transfer | List hyperlane transfers info
125+ * HyperlaneAPI* | [ ** ListZkism** ] ( docs/HyperlaneAPI.md#listzkism ) | ** Get** /hyperlane/zkism | List ZK Interchain Security Modules
120126* IbcAPI* | [ ** GetIbcChannel** ] ( docs/IbcAPI.md#getibcchannel ) | ** Get** /ibc/channel/{id} | Get ibc channel info
121127* IbcAPI* | [ ** GetIbcChannels** ] ( docs/IbcAPI.md#getibcchannels ) | ** Get** /ibc/channel | Get ibc channels info
122128* IbcAPI* | [ ** GetIbcClient** ] ( docs/IbcAPI.md#getibcclient ) | ** Get** /ibc/client/{id} | Get ibc client info
@@ -223,6 +229,8 @@ Class | Method | HTTP request | Description
223229 - [ ResponsesDomainMetadata] ( docs/ResponsesDomainMetadata.md )
224230 - [ ResponsesEnums] ( docs/ResponsesEnums.md )
225231 - [ ResponsesEvent] ( docs/ResponsesEvent.md )
232+ - [ ResponsesForwarding] ( docs/ResponsesForwarding.md )
233+ - [ ResponsesForwardingInput] ( docs/ResponsesForwardingInput.md )
226234 - [ ResponsesGasPayment] ( docs/ResponsesGasPayment.md )
227235 - [ ResponsesGasPrice] ( docs/ResponsesGasPrice.md )
228236 - [ ResponsesGrant] ( docs/ResponsesGrant.md )
@@ -289,6 +297,9 @@ Class | Method | HTTP request | Description
289297 - [ ResponsesVesting] ( docs/ResponsesVesting.md )
290298 - [ ResponsesVestingPeriod] ( docs/ResponsesVestingPeriod.md )
291299 - [ ResponsesVote] ( docs/ResponsesVote.md )
300+ - [ ResponsesZkISM] ( docs/ResponsesZkISM.md )
301+ - [ ResponsesZkISMMessage] ( docs/ResponsesZkISMMessage.md )
302+ - [ ResponsesZkISMUpdate] ( docs/ResponsesZkISMUpdate.md )
292303 - [ TypesEventType] ( docs/TypesEventType.md )
293304 - [ TypesMsgAddressType] ( docs/TypesMsgAddressType.md )
294305 - [ TypesMsgType] ( docs/TypesMsgType.md )
0 commit comments