Documentation ¶
Index ¶
Constants ¶
View Source
const MaxRecvMessageSize = 1024 * 1024 * 300
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Acorus ¶
type Acorus struct { DB *database.DB Synchronizer map[uint64]*synchronizer.Synchronizer Processor map[uint64]event2.IEventProcessor Worker map[uint64]worker2.IWorkerProcessor Relayer map[uint64]*relayer.RelayerListener // contains filtered or unexported fields }
type RpcServerConfig ¶
Click to show internal directories.
Click to hide internal directories.