package
0.5.3
Repository: https://github.com/gnolang/tx-indexer.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

Get minimum and maximum value used on all the filters for this field.
No description provided by the author
No description provided by the author
The route value for this message type is `vm`, and the value for transactional messages is `MsgAddPackage`.
The route value for this message type is `vm`, and the value for transactional messages is `MsgCall`.
The route value for this message type is `vm`, and the value for transactional messages is `MsgRun`.
The route value for this message type is `bank`, and the value for transactional messages is `BankMsgSend`.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

`AmountInput` is a range of token quantities to filter by.
`BankMsgSend` is a message with a message router of `bank` and a message type of `send`.
`BankMsgSendInput` represents input parameters required when the message type is `send`.
No description provided by the author
Filters for querying Blocks within specified criteria related to their attributes.
Defines a transaction within a block, its execution specifics and content.
Define the quantity and denomination of a coin.
Transaction event's attribute to filter transaction.
Transaction's event to filter transactions.
filter for BankMsgSend objects.
filter for Block objects.
filter for BlockTransaction objects.
Filter type for boolean fields.
filter for Coin objects.
filter for Event objects.
filter for GnoEvent objects.
filter for GnoEventAttribute objects.
Filter type for number fields.
filter for MemFile objects.
filter for MemPackage objects.
filter for MessageValue objects.
filter for MsgAddPackage objects.
filter for MsgCall objects.
filter for MsgRun objects.
Filter type for string fields.
Filter type for time fields.
filter for Transaction objects.
filter for TransactionMessage objects.
filter for TransactionResponse objects.
filter for TxFee objects.
filter for UnknownEvent objects.
`GnoEvent` is the event information exported by the Gno VM.
`GnoEventAttribute` is the attributes that the event has.
`MemFile` is the metadata information tied to a single gno package / realm file.
`MemFileInput` is the metadata information tied to a single gno package / realm file.
`MemPackage` is the metadata information tied to package / realm deployment.
`MemPackageInput` represents a package stored in memory.
`MsgAddPackage` is a message with a message router of `vm` and a message type of `add_package`.
`MsgAddPackageInput` represents input parameters required when the message type is `add_package`.
`MsgCall` is a message with a message router of `vm` and a message type of `exec`.
`MsgCallInput` represents input parameters required when the message type is `exec`.
`MsgRun` is a message with a message router of `vm` and a message type of `run`.
`MsgRunInput` represents input parameters required when the message type is `run`.
filter for BankMsgSend objects.
filter for BlockTransaction objects.
filter for Coin objects.
filter for Event objects.
filter for GnoEvent objects.
filter for GnoEventAttribute objects.
filter for MemFile objects.
filter for MemPackage objects.
filter for MessageValue objects.
filter for MsgAddPackage objects.
filter for MsgCall objects.
filter for MsgRun objects.
filter for TransactionMessage objects.
filter for TransactionResponse objects.
filter for TxFee objects.
filter for UnknownEvent objects.
Root Query type to fetch data about Blocks and Transactions based on filters or retrieve the latest block height.
Subscriptions provide a way for clients to receive real-time updates about Transactions and Blocks based on specified filter criteria.
No description provided by the author
`TransactionBankMessageInput` represents input parameters required when the message router is `bank`.
Filters for querying Transactions within specified criteria related to their execution and placement within Blocks.
No description provided by the author
Transaction's message to filter Transactions.
nolint:errname // Provide a field named `error` as the GraphQL response value.
`TransactionVmMessageInput` represents input parameters required when the message router is `vm`.
The `TxFee` has information about the fee used in the transaction and the maximum gas fee specified by the user.
`UnexpectedMessage` is an Undefined Message, which is a message that decoding failed.
`UnknownEvent` is an unknown event type.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
`MessageRoute` is route type of the transactional message.
`MessageType` is message type of the transaction.