staticLayout property

StructLayout staticLayout
final

Implementation

static final StructLayout staticLayout = LayoutConst.struct([
  LayoutConst.u8(property: "instruction"),
  LayoutConst.string(property: "name"),
  LayoutConst.string(property: "symbol"),
  LayoutConst.string(property: "uri"),
]);