Owning wrapper over btck_ChainParameters, the consensus parameters for a network.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

Base Classes

Name

Description

Handle<btck_ChainParameters, btck_chain_parameters_copy, btck_chain_parameters_destroy>

Owning RAII handle for a copyable C object of type CType.

Member Functions

Name

Description

ChainParams [constructor]

Constructors

operator=

Assignment operators

GetConsensusParams

Returns the consensus parameters derived from these chain parameters.

get

Returns the owned C handle.

Protected Data Members

Name

Description

m_ptr

The owned C handle.

Created with MrDocs