Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
GetTxsEventResponseSDKType
Interface GetTxsEventResponseSDKType
GetTxsEventResponse is the response type for the Service.TxsByEvents RPC method.
interface
GetTxsEventResponseSDKType
{
pagination
?:
PageResponseSDKType
;
tx_responses
:
TxResponseSDKType
[]
;
txs
:
TxSDKType
[]
;
}
Index
Properties
pagination?
tx_
responses
txs
Properties
Optional
pagination
pagination
?:
PageResponseSDKType
tx_
responses
tx_
responses
:
TxResponseSDKType
[]
txs
txs
:
TxSDKType
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
pagination
tx_
responses
txs
@crownfi/sei-js-proto
Loading...
GetTxsEventResponse is the response type for the Service.TxsByEvents RPC method.