Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TxsChanSize = 100
Functions ¶
This section is empty.
Types ¶
type TXQuerierSrv ¶
type TXQuerierSrv struct {
// contains filtered or unexported fields
}
TXQuerierSrv implementation of relay.TXQuerier interface
func NewTXQuerySrv ¶
func NewTXQuerySrv(chainClient relay.ChainClient) *TXQuerierSrv
func (*TXQuerierSrv) SearchTransactions ¶
func (t *TXQuerierSrv) SearchTransactions(ctx context.Context, query string) (<-chan relay.Transaction, <-chan error)
SearchTransactions gets txs with proofs for query type = 'tx' (NOTE: there is no such query function in cosmos-sdk)
Click to show internal directories.
Click to hide internal directories.