codec property
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,
});