GetBlockCommitment constructor

GetBlockCommitment(
  1. u64 block
)

Creates a codec for getBlockCommitment JSON RPC methods.

Implementation

GetBlockCommitment(
  final u64 block,
): super(
  'getBlockCommitment',
  values: [block],
);