Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Access ¶
type Access interface {
// Run a smart contract
RunScript(request interface{}) interface{}
// Access the databases
GetAdmin() interface{}
GetStatus() interface{}
GetIdentities() interface{}
GetAccounts() interface{}
GetBalances() interface{}
GetChainID() interface{}
GetEvent() interface{}
GetContract() interface{}
GetSmartContract() interface{}
GetExecutionContext() interface{}
GetValidators() interface{}
GetSequence() interface{}
}
Click to show internal directories.
Click to hide internal directories.