rpc: implement getnativecontracts
RPC
This commit is contained in:
parent
e1d2a5b5b7
commit
f0d8652bcd
6 changed files with 46 additions and 0 deletions
|
@ -45,6 +45,7 @@ type Blockchainer interface {
|
|||
GetAppExecResults(util.Uint256, trigger.Type) ([]state.AppExecResult, error)
|
||||
GetNotaryDepositExpiration(acc util.Uint160) uint32
|
||||
GetNativeContractScriptHash(string) (util.Uint160, error)
|
||||
GetNatives() []state.NativeContract
|
||||
GetNextBlockValidators() ([]*keys.PublicKey, error)
|
||||
GetNEP17Balances(util.Uint160) *state.NEP17Balances
|
||||
GetNotaryContractScriptHash() util.Uint160
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue