staticLayout property

StructLayout staticLayout
final

Implementation

static final StructLayout staticLayout = LayoutConst.struct([
  SolanaLayoutUtils.publicKey("address"),
  LayoutConst.u8(property: "spotsRemaining"),
  LayoutConst.u8(property: "totalSpots"),
], property: "reservationV1");