Client to a specific SNIP-721 non-fungible token contract.

Hierarchy

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

connection?: Connection
instance?: {
    address?: string;
}

Type declaration

  • Optional address?: string
log: Console

Accessors

  • get id(): string
  • The token's unique id.

    Returns string

Methods

  • Execute a transaction on the specified instance as the specified Connection.

    Parameters

    • message: Message
    • options: {
          execFee?: IFee;
          execMemo?: string;
          execSend?: ICoin[];
      } = {}
      • Optional execFee?: IFee
      • Optional execMemo?: string
      • Optional execSend?: ICoin[]

    Returns Promise<unknown>

  • Execute a query on the specified instance as the specified Connection.

    Type Parameters

    • Q

    Parameters

    Returns Promise<Q>

Generated using TypeDoc