|
|
|
@ -18,7 +18,6 @@ import ( |
|
|
|
|
"github.com/harmony-one/harmony/core/types" |
|
|
|
|
"github.com/harmony-one/harmony/core/vm" |
|
|
|
|
nodeconfig "github.com/harmony-one/harmony/internal/configs/node" |
|
|
|
|
"github.com/harmony-one/harmony/multibls" |
|
|
|
|
commonRPC "github.com/harmony-one/harmony/rpc/common" |
|
|
|
|
"github.com/harmony-one/harmony/shard" |
|
|
|
|
staking "github.com/harmony-one/harmony/staking/types" |
|
|
|
@ -97,7 +96,6 @@ type NodeAPI interface { |
|
|
|
|
GetStakingTransactionsCount(address, txType string) (uint64, error) |
|
|
|
|
GetTraceResultByHash(hash common.Hash) (json.RawMessage, error) |
|
|
|
|
IsCurrentlyLeader() bool |
|
|
|
|
GetPublicKeys() multibls.PublicKeys |
|
|
|
|
IsOutOfSync(shardID uint32) bool |
|
|
|
|
SyncStatus(shardID uint32) (bool, uint64, uint64) |
|
|
|
|
SyncPeers() map[string]int |
|
|
|
|