assist/types/hashes

Types

The public key hash, vkey, of an wallet address. Expected to be length 56 and is network agnostic. This is a non-smart contract hash.

Alias

PublicKeyHash = Hash<Blake2b_224, VerificationKey>

The transaction hash. Its the blake2b 256 of a tx body.

Alias

TxHash = Hash<Blake2b_256, Transaction>

The validator hash of a smart contract. Expected to be length 56 and is network agnostic. This is a smart contract hash.

Alias

ValidatorHash = Hash<Blake2b_224, Script>
Search Document