Interface IRollsData

Represents the data of a roll.

See

  • fee - fees paid for the roll
  • amount - amount of rolls
interface IRollsData {
    amount: bigint;
    fee: bigint;
}

Properties

Properties

amount: bigint
fee: bigint

Generated using TypeDoc