Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdatePresalePrice

Update the presale price Careful this is in yoctoNear: 1N = 1000000000000000000000000 yN

allow

["::admins", "::owner"]

contractmethod

change

Hierarchy

  • UpdatePresalePrice

Index

Properties

Properties

args: { presale_price?: string }

Type declaration

  • Optional presale_price?: string
options: { attachedDeposit?: string; gas?: string }

Type declaration

  • Optional attachedDeposit?: string

    Units in yoctoNear

    default

    "0"

  • Optional gas?: string

    Units in gas

    pattern

    [0-9]+

    default

    "30000000000000"

Generated using TypeDoc