Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateWhitelistAccounts

Increases allowance for whitelist accounts

allow

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

contractmethod

change

Hierarchy

  • UpdateWhitelistAccounts

Index

Properties

Properties

args: { accounts: string[]; allowance_increase: number }

Type declaration

  • accounts: string[]
  • allowance_increase: 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