chain/getConsensusParameters
Gets consensus parameters from the chain
Request
undefined;
Response
{
allowedBlockFuturesSeconds: number;
genesisSupplyInIron: number;
targetBlockTimeInSeconds: number;
targetBucketTimeInSeconds: number;
maxBlockSizeBytes: number;
}