creatorLayout property

StructLayout creatorLayout
final

Implementation

static final StructLayout creatorLayout = LayoutConst.struct([
  SolanaLayoutUtils.publicKey("address"),
  LayoutConst.boolean(property: "verified"),
  LayoutConst.u8(property: "share"),
], property: "creator");