intentionalBurnAtoms property

  1. @TagNumber.new(9)
Int64 get intentionalBurnAtoms

Burn amount (in atoms aka base tokens) the user explicitly opted into

Implementation

@$pb.TagNumber(9)
$fixnum.Int64 get intentionalBurnAtoms => $_getI64(8);
  1. @TagNumber.new(9)
set intentionalBurnAtoms (Int64 value)

Implementation

@$pb.TagNumber(9)
set intentionalBurnAtoms($fixnum.Int64 value) => $_setInt64(8, value);