Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NftTransferPayout

contractmethod

change

Hierarchy

  • NftTransferPayout

Index

Properties

Properties

args: { approval_id?: number; balance: string; max_len_payout?: number; memo?: string; receiver_id: string; token_id: string }

Type declaration

  • Optional approval_id?: number
  • balance: string
  • Optional max_len_payout?: number
  • Optional memo?: string
  • receiver_id: string
  • token_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