Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Batcher ¶
type Batcher struct {
// contains filtered or unexported fields
}
Batcher batches signed transactions to the Gno Tendermint node
func (*Batcher) BatchTransactions ¶
BatchTransactions batches provided transactions using the specified batch size
type TxBatchResult ¶
type TxBatchResult struct { TxHashes [][]byte // the tx hashes StartBlock int64 // the initial block for querying }
TxBatchResult contains batching results
Click to show internal directories.
Click to hide internal directories.