staticLayout property

StructLayout staticLayout
getter/setter pair

Implementation

static StructLayout staticLayout = LayoutConst.struct([
  LayoutConst.optional(LayoutConst.string(), property: "name"),
  LayoutConst.optional(LayoutConst.string(), property: "symbol"),
  LayoutConst.optional(LayoutConst.string(), property: "uri"),
  LayoutConst.optional(LayoutConst.vec(Creator.creatorLayout),
      property: "creators"),
  LayoutConst.optional(LayoutConst.u16(), property: "sellerFeeBasisPoints"),
  LayoutConst.optional(LayoutConst.boolean(),
      property: "primarySaleHappened"),
  LayoutConst.optional(LayoutConst.boolean(), property: "isMutable"),
], property: "updateMetaData");