codec property
The encoders/decoders of this
class' properties.
Implementation
static final BorshStructCodec codec = borsh.struct({
'meta': borsh.enumeration(StakeAccountType.values),
'info': StakeAccountInfo.codec.option(),
});
The encoders/decoders of this
class' properties.
static final BorshStructCodec codec = borsh.struct({
'meta': borsh.enumeration(StakeAccountType.values),
'info': StakeAccountInfo.codec.option(),
});