MinaNFTEscrow
Index
Constructors
constructor
Parameters
optionaladdress: PublicKey
Public key of the deployed NFT zkApp
Returns MinaNFTEscrow
Properties
optionaladdress
Methods
publicapproveSale
Parameters
data: EscrowTransfer
seller: PrivateKey
Returns Promise<undefined | { deposited: EscrowDeposit; tx: PendingTransaction }>
publicdeploy
Parameters
deployer: PrivateKey
privateKey: undefined | PrivateKey = undefined
Returns Promise<undefined | PendingTransaction>
publicdeposit
Parameters
data: EscrowTransfer
buyer: PrivateKey
escrow: PublicKey
Returns Promise<undefined | { deposited: EscrowDeposit; tx: PendingTransaction }>
publictransfer
Parameters
transferData: EscrowTransferData
Returns Promise<undefined | PendingTransaction>
Create MinaNFTEscrow