Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Payout

Copied from https://github.com/near/NEPs/blob/6170aba1c6f4cd4804e9ad442caeae9dc47e7d44/specs/Standards/NonFungibleToken/Payout.md#reference-level-explanation A mapping of NEAR accounts to the amount each should be paid out, in the event of a token-sale. The payout mapping MUST be shorter than the maximum length specified by the financial contract obtaining this payout data. Any mapping of length 10 or less MUST be accepted by financial contracts, so 10 is a safe upper limit. This currently deviates from the standard but is in the process of updating to use this type

Hierarchy

  • Payout

Index

Properties

Properties

payout: Record<string, string>

Generated using TypeDoc