Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AreValidCursorBoundaries ¶ added in v0.74.0
AreValidCursorBoundaries checks if the start and end cursors creates valid set boundaries for cursors, as: [start, end].
Types ¶
type TxCursor ¶
func TxCursorFromString ¶
type TxResultRow ¶
type TxResultRow struct { RowID int64 `db:"rowid"` BlockHeight int64 `db:"block_height"` Index int64 `db:"index"` CreatedAt time.Time `db:"created_at"` TxHash string `db:"tx_hash"` TxResult []byte `db:"tx_result"` Submitter string `db:"submitter"` CmdType string `db:"cmd_type"` }
func (*TxResultRow) Cursor ¶
func (t *TxResultRow) Cursor() TxCursor
func (*TxResultRow) ToProto ¶
func (t *TxResultRow) ToProto() (*pb.Transaction, error)
Click to show internal directories.
Click to hide internal directories.