Skip to main content

EscrowApproval

EscrowApproval is the data for approval of the escrow change

Hierarchy

  • { escrow: Field; name: Field; owner: Field; version: UInt64 }
    • EscrowApproval

Index

Constructors

Properties

Constructors

constructor

  • new EscrowApproval(value: { escrow: Field; name: Field; owner: Field; version: UInt64 }): EscrowApproval
  • Parameters

    • value: { escrow: Field; name: Field; owner: Field; version: UInt64 }

    Returns EscrowApproval

Properties

escrow

escrow: Field = Field

The escrow of the NFT - Poseidon hash of the escrow public key

name

name: Field = Field

The name of the NFT

owner

owner: Field = Field

The owner of the NFT - Poseidon hash of the owner public key

version

version: UInt64 = UInt64

The new version of the NFT, increases by one with the changing of the metadata or owner