EscrowTransfer
Hierarchy
- { escrow: Field; name: Field; newOwner: Field; oldOwner: Field; price: UInt64; tokenId: Field; version: UInt64 }
- EscrowTransfer
Index
Constructors
constructor
Parameters
value: { escrow: Field; name: Field; newOwner: Field; oldOwner: Field; price: UInt64; tokenId: Field; version: UInt64 }
Returns EscrowTransfer
Properties
escrow
The escrow of the NFT - Poseidon hash of the escrow public key
name
The name of the NFT
newOwner
The new owner of the NFT
oldOwner
The old owner of the NFT
price
The price of the NFT
tokenId
The tokenId of the NFT, Field(0) for MINA payments
version
The new version of the NFT, increases by one with the changing of the metadata or owner
EscrowTransfer is the data for transfer of the NFT from one owner to another