CbfComponents

data class CbfComponents(var client: CbfClient, var node: CbfNode) : Disposable(source)

Receive a `CbfClient` and `CbfNode`.

Constructors

Link copied to clipboard
constructor(client: CbfClient, node: CbfNode)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Publish events to the node, like broadcasting transactions or adding scripts.

Link copied to clipboard

The node to run and fetch transactions for a `Wallet`.

Functions

Link copied to clipboard
open override fun destroy()