staticLayout property

StructLayout staticLayout
getter/setter pair

Implementation

static StructLayout staticLayout = LayoutConst.struct([
  LayoutConst.u32(property: 'count'),
  LayoutConst.greedyArray(ExtraAccountMeta.staticLayout,
      property: "extraAccounts")
], property: "extraAccountMetaList");