Interface UnfreezeForeignNft<Signer, RawNft, Resp>
Methods
unfreezeWrappedNft
- unfreezeWrappedNft(sender: Signer, to: string, id: NftInfo<RawNft>, txFees: BigNumber, nonce: 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45, gasLimit: undefined | BigNumberish, gasPrice: undefined | BigNumberish): Promise<Resp>
Parameters
sender: Signer
to: string
txFees: BigNumber
nonce: 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45
gasLimit: undefined | BigNumberish
gasPrice: undefined | BigNumberish
Returns Promise<Resp>
Unfreeze native NFT existing on a foreign chain(Send back NFT) chain_nonce is automatically derived
Account which owns the wrapped NFT on this chain, able to sign transactions
Address of the receiver on the original chain
Information required to unfreeze this nft
Transaction and the Identifier of this action to track the status