getBlockCommitment method
Returns the commitment for a particular block (slot).
Implementation
Future<BlockCommitment> getBlockCommitment(
final u64 slot,
) async =>
(await getBlockCommitmentRaw(slot)).result!;
Returns the commitment for a particular block (slot).
Future<BlockCommitment> getBlockCommitment(
final u64 slot,
) async =>
(await getBlockCommitmentRaw(slot)).result!;