Fetch the genesis hash of the ledger.
HTTP transport instance
Additional call options
Base-58 encoded genesis hash string
const hash = await getGenesisHash(transport);console.log(`Genesis hash: ${hash}`); Copy
const hash = await getGenesisHash(transport);console.log(`Genesis hash: ${hash}`);
1.0.0
Fetch the genesis hash of the ledger.