staticLayout property

StructLayout staticLayout
getter/setter pair

Implementation

static StructLayout staticLayout = LayoutConst.struct([
  LayoutConst.u32(property: "maxBufferSize"),
  LayoutConst.u32(property: "maxDepth"),
  SolanaLayoutUtils.publicKey("authority"),
  LayoutConst.u64(property: "creationSlot"),
  LayoutConst.blob(6, property: "padding")
], property: "concurrentMerkleTreeHeaderDataV1");