# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://multiplechain.gitbook.io/multiplechain-docs-v0.4/structure/models/common.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
