staticLayout property

StructLayout staticLayout
final

StructLayout structure for SPLTokenInitializeMintLayout.

Implementation

static final StructLayout staticLayout = LayoutConst.struct([
  LayoutConst.u8(property: "instruction"),
  LayoutConst.u8(property: "decimals"),
  SolanaLayoutUtils.publicKey("mintAuthority"),
  SolanaLayoutUtils.optionPubkey(property: "freezeAuthority", keepSize: true)
]);