staticLayout property

StructLayout staticLayout
final

Implementation

static final staticLayout = LayoutConst.struct([
  LayoutConst.u64(property: 'activeStakeLamports'),
  LayoutConst.u64(property: 'transientStakeLamports'),
  LayoutConst.u64(property: 'lastUpdateEpoch'),
  LayoutConst.u64(property: 'transientSeedSuffixStart'),
  LayoutConst.u64(property: 'transientSeedSuffixEnd'),
  LayoutConst.u8(property: 'status'),
  SolanaLayoutUtils.publicKey('voteAccountAddress'),
], property: "validatorStakeInfo");