staticLayout property

StructLayout staticLayout
final

Implementation

static final StructLayout staticLayout = LayoutConst.struct([
  LayoutConst.u64(property: "epoch"),
  LayoutConst.u64(property: "credits"),
  LayoutConst.u64(property: "prevCredits"),
], property: "epochCredits");