Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SwarmPort will be used to listen on the swarm SwarmPort = "4501" DefaultPrivKeyBitSize = 2048 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Addresses ¶
type Addresses struct {
Swarm []string // addresses for the swarm to listen on
}
Addresses stores the (string) multiaddr addresses for the node.
Click to show internal directories.
Click to hide internal directories.