Common

Below you can find out which methods mean what

Many methods are already obvious by their name, so we will only mention a few methods.

verifyTransfer

verifyTransfer allows you to verify the incoming or outgoing transaction at the corresponding address of the related transaction, and it does this with amount or nftId in nfts. So if you are expecting a transaction to a wallet, you can verify it with this method.

wait - getStatus

Basically they both return the same result. So the state of the transaction. However, getStatus returns the current status and can also return "pending". Wait waits for the status to be "failed" or "success" and returns the result.

Last updated