Enumeration BLOCKCHAIN_HASH_MODE

Description

Hash type for generating the data hash.

Property

Bitcoin H160.

Property

RIPEMD160.

Property

SHA256

Property

Bitcoin SHA256 2x.

Property

KECCAK256.

Property

BLAKE2B224.

Property

BLAKE2B256.

Enumeration Members

BLAKE2B224: 6
BLAKE2B256: 7
BTC_H160: 1
BTC_SHA256_2X: 4
KECCAK256: 5
RIPEMD160: 2
SHA256: 3