Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateLinkdrop

Create a pending token that can be claimed with corresponding private key

allow

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

contractmethod

change

Hierarchy

  • CreateLinkdrop

Index

Properties

Properties

args: { public_key: string }

Type declaration

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