Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxCursor ¶
func TxCursorFromString ¶
type TxResultRow ¶
type TxResultRow struct { RowID int64 `db:"rowid"` BlockID int64 `db:"block_id"` Index int64 `db:"index"` CreatedAt time.Time `db:"created_at"` TxHash string `db:"tx_hash"` TxResult []byte `db:"tx_result"` Submitter string `\db:"submitter"` }
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.