metaCodec property
BorshStructCodec
get
metaCodec
Implementation
static BorshStructCodec get metaCodec => borsh.struct({
'typeIndex': borsh.u32,
'deactivationSlot': borsh.u64,
'lastExtendedSlot': borsh.u64,
'lastExtendedSlotStartIndex': borsh.u8,
'authority': borsh.pubkey.option(),
});