BlockBalanceTraceBlockIdentifier constructor

BlockBalanceTraceBlockIdentifier({
  1. List<int>? hash,
  2. BigInt? number,
})

Create a new BlockBalanceTraceBlockIdentifier instance with specified parameters.

Implementation

BlockBalanceTraceBlockIdentifier({List<int>? hash, this.number})
    : hash = BytesUtils.tryToBytes(hash, unmodifiable: true);