hyperledger-labs / orion-sdk-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename `JSONQuery` interface to `Query` and expose the following read-only queries

cendhu opened this issue · comments

type Query interface {
    GetClusterConfig()
    GetNodeConfig()
    GetData()
    GetUser()
    GetDBIndex()
    DBExist()
    ExecuteJSONQuery()
}

these calls exist on the respective TX context.