codec property

BorshStructCodec codec
final

The encoders/decoders of this class' properties.

Implementation

static final BorshStructCodec codec = borsh.struct({
  'absoluteSlot': borsh.i64,
  'blockHeight': borsh.i64,
  'epoch': borsh.i64,
  'slotIndex': borsh.i64,
  'slotsInEpoch': borsh.i64,
  'transactionCount': borsh.i64,
});