Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdatePublicSaleStart

Update the public sale start Careful this is in ms since 1970

allow

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

contractmethod

change

Hierarchy

  • UpdatePublicSaleStart

Index

Properties

Properties

args: { public_sale_start: number }

Type declaration

  • public_sale_start: number
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