Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CoinEntry

Represents a creator coin

Hierarchy

  • CoinEntry

Index

Properties

BitCloutLockedNanos

BitCloutLockedNanos: number

The amount of BitClout backing the coin. Whenever a user buys a coin from the protocol this amount increases, and whenever a user sells a coin to the protocol this decreases.

CoinWatermarkNanos

CoinWatermarkNanos: number

This field keeps track of the highest number of coins that has ever been in circulation. It is used to determine when a creator should receive a "founder reward."

CoinsInCirculationNanos

CoinsInCirculationNanos: number

The number of coins currently in circulation.

CreatorBasisPoints

CreatorBasisPoints: number

The amount the owner of this profile receives when there is a "net new" purchase of their coin.

NumberOfHolders

NumberOfHolders: number

The number of public keys who have holdings in this creator coin.

Generated using TypeDoc