MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetValidationMode

Method GetValidationMode

src/kernel/bitcoinkernel_wrapper.h:1026–1029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024 explicit TxValidationState() : UniqueHandle{btck_tx_validation_state_create()} {}
1025
1026 ValidationMode GetValidationMode() const
1027 {
1028 return static_cast<ValidationMode>(btck_tx_validation_state_get_validation_mode(get()));
1029 }
1030
1031 TxValidationResult GetTxValidationResult() const
1032 {

Callers 3

BlockCheckedMethod · 0.45
BlockCheckedMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls 2

getFunction · 0.85

Tested by 2

BlockCheckedMethod · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36