Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemoveWhitelistAccount

Remove whitelisted account. If account is removed, the number of tokens left in returned.

allow

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

contractmethod

change

Hierarchy

  • RemoveWhitelistAccount

Index

Properties

Properties

args: { account_id: string }

Type declaration

  • account_id: 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