UNPKG
@contractjs/erc721
Version:
latest (0.0.2)
0.0.2
0.0.1
A TypeScript utility library for ERC20 contracts.
@contractjs/erc721
/
dist
/
erc721Utils.d.ts
5 lines
•
186 B
TypeScript
View Raw
1
2
3
4
5
import
{
Address
}
from
"ox"
;
export
declare
const
erc721Utils
: {
mintCalldata
:
(
to
:
Address
.
Address
,
tokenId
?:
bigint
) =>
`0x
${
string
}
`
; };
//# sourceMappingURL=erc721Utils.d.ts.map