Non‐owning view over btck_ConsensusParams, the consensus parameters of a chain.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

class ConsensusParamsView
    : public View<btck_ConsensusParams>

Base Classes

Name

Description

View<btck_ConsensusParams>

Non‐owning view over a const C handle of type CType.

Member Functions

Name

Description

ConsensusParamsView [constructor]

Constructs a view over ptr.

get

Returns the borrowed C handle.

Protected Data Members

Name

Description

m_ptr

The borrowed C handle.

Created with MrDocs