staticLayout property

StructLayout staticLayout
final

Implementation

static final StructLayout staticLayout = LayoutConst.struct([
  SolanaLayoutUtils.publicKey("authorizedPubkey"),
  LayoutConst.u64(property: "epochOfLastAuthorizedSwitch"),
  LayoutConst.u64(property: "targetEpoch"),
], property: "priorVoter");