Non-owning view over btck_ConsensusParams, the consensus parameters of a chain.
Declared in <kernel/bitcoinkernel_wrapper.h>
class ConsensusParamsView
: public View<btck_ConsensusParams>
| Name | Description |
|---|---|
View<btck_ConsensusParams> | Non-owning view over a const C handle of type CType. |
| Name | Description |
|---|---|
ConsensusParamsView [constructor] | Constructs a view over ptr. |
get | Returns the borrowed C handle. |
| Name | Description |
|---|---|
m_ptr | The borrowed C handle. |