Skip to main content

Interface: NodeInfo

Information about Bee node and its configuration

Properties

beeMode

beeMode: BeeModes

Indicates in what mode Bee is running.

Defined in

bee-js/src/types/debug.ts:180


chequebookEnabled

chequebookEnabled: boolean

Indicates whether the Bee node has its own deployed chequebook.

see Bee docs - Chequebook

Defined in

bee-js/src/types/debug.ts:187


gatewayMode

gatewayMode: boolean

Indicates whether the node is in a Gateway mode. Gateway mode is a restricted mode where some features are not available.

Defined in

bee-js/src/types/debug.ts:175


swapEnabled

swapEnabled: boolean

Indicates whether SWAP is enabled for the Bee node.

see Bee docs - SWAP

Defined in

bee-js/src/types/debug.ts:194