github.com/annchain/OG@v0.0.9/og/txmaker/info_provider.go (about) 1 package txmaker 2 3 // InfoProvider defines ways to access chain info 4 // It is necessary for txmaker to pick up parents and make txs. 5 // Known provider inplements include RPC provider and embeded provider 6 type InfoProvider interface { 7 }