Docs
Connect
Contracts
Engine
Pay
Tools
Tools
SDKs
SDKs
Search Docs
K
Support
Support
Changelog
TypeScript SDK
References
MintToParams
MintToParams
Defined in
thirdweb/src/extensions/erc1155/write/mintTo.ts#L9
type
MintToParams
=
WithOverrides
<{
nft
:
NFTInput
|
string
;
supply
:
bigint
;
to
:
string
;
}>;
On this page