github.com/hyperledger/burrow@v0.34.5-0.20220512172541-77f09336001d/vent/sqldb/queries.go (about) 1 package sqldb 2 3 import ( 4 "github.com/jmoiron/sqlx" 5 ) 6 7 type Queries struct { 8 LastBlockHeight *sqlx.NamedStmt 9 SetBlockHeight string 10 }