RPCNode

interface RPCNode

Types

Contract
Link copied to clipboard
interface Contract
Configuration of this node as agreed upon with the node on the other side.

Functions

getExtension
Link copied to clipboard
abstract fun <E : RPCNodeExtension> getExtension(identifier: RPCNodeExtension.Identifier<E>): E?

Properties

contract
Link copied to clipboard
abstract val contract: RPCNode.Contract

Inheritors

DefaultRPCNode
Link copied to clipboard