Documentation ¶
Index ¶
Constants ¶
View Source
const IpnsValidatorTag = "ipns"
Variables ¶
View Source
var DHTClientOption ipfscore.RoutingOption = constructClientDHTRouting
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { OpenBazaarNode *core.OpenBazaarNode // contains filtered or unexported fields }
func NewNode ¶
func NewNode(config NodeConfig) (*Node, error)
type NodeConfig ¶
type NodeConfig struct { // Path for the node's data directory RepoPath string // An API authentication. Authentication is turned on if not "". AuthenticationToken string // Use testnet Testnet bool // Add a custom user-agent UserAgent string // Add a trusted peer for the wallet WalletTrustedPeer string // Processes to disable DisableWallet bool DisableExchangerates bool }
Click to show internal directories.
Click to hide internal directories.