getBlockhashCodec

function getBlockhashCodec(): FixedSizeCodec<Blockhash, Blockhash, 32>;

Returns a codec that you can use to encode from or decode to a base-58 encoded blockhash.

Returns

FixedSizeCodec<Blockhash, Blockhash, 32>

See

On this page