Interface SystemStatus

Generated

from protobuf message db3_base_proto.SystemStatus

Hierarchy

  • SystemStatus

Properties

adminAddr: string

Generated

from protobuf field: string admin_addr = 8;

arAccount: string

Generated

from protobuf field: string ar_account = 3;

arBalance: string

Generated

from protobuf field: string ar_balance = 4;

config?: SystemConfig

Generated

from protobuf field: db3_base_proto.SystemConfig config = 6;

evmAccount: string

Generated

from protobuf field: string evm_account = 1;

evmBalance: string

Generated

from protobuf field: string evm_balance = 2;

hasInited: boolean

Generated

from protobuf field: bool has_inited = 7;

nodeUrl: string

Generated

from protobuf field: string node_url = 5;

version?: Version

Generated

from protobuf field: db3_base_proto.Version version = 9;

Generated using TypeDoc