Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddWhitelistAccounts

Add whitelist accounts at a given max allowance

allow

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

contractmethod

change

Hierarchy

  • AddWhitelistAccounts

Index

Properties

Properties

args: { accounts: string[]; max_allowance?: number }

Type declaration

  • accounts: string[]
  • Optional max_allowance?: 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