staticLayout property

StructLayout staticLayout
getter/setter pair

Implementation

static StructLayout staticLayout = LayoutConst.struct([
  LayoutConst.rustEnum([
    LayoutConst.string(property: "Name"),
    LayoutConst.string(property: "Symbol"),
    LayoutConst.string(property: "Uri"),
    LayoutConst.struct([
      LayoutConst.string(property: "key"),
      LayoutConst.string(property: "value"),
    ], property: "Field")
  ], property: "tokenMetaDataField")
]);