Ask AI
Docs
Connect
Contracts
Engine
Pay
Tools
Tools
SDKs
SDKs
Ask AI
Search Docs
K
Support
Support
Changelog
TypeScript SDK
References
ClaimToParams
ClaimToParams
Defined in
thirdweb/src/extensions/erc1155/drops/write/claimTo.ts#L6
type
ClaimToParams
=
{
from
?:
Address
;
quantity
:
bigint
;
to
:
Address
;
tokenId
:
bigint
;
};
from
quantity
to
tokenId
On this page