GetGenesisHashApi

type GetGenesisHashApi = object;

Methods

getGenesisHash()

getGenesisHash(): Base58EncodedBytes;

Returns the genesis hash.

Returns

Base58EncodedBytes

A SHA-256 hash of the network's genesis config.

See

https://solana.com/docs/rpc/http/getgenesishash

On this page