token(tokenName)
Queries by token used for payment. Accepts any token supported by Irys.
Parameters
tokenName
: The name of the token
const results = await myQuery
.search("irys:transactions")
.token("solana");
token(tokenName)
Queries by token used for payment. Accepts any token supported by Irys.
Parameters
tokenName
: The name of the tokenconst results = await myQuery
.search("irys:transactions")
.token("solana");