Docs
Connect
Contracts
Engine
Pay
Tools
Tools
Account
API Keys
CLI
SDKs
SDKs
TypeScript
React
React Native
Unity
Solidity
.NET
Search Docs
K
Support
Support
Support Site
Contact Sales
Changelog
TypeScript SDK
References
HexToStringOpts
HexToStringOpts
Defined in
thirdweb/src/utils/encoding/hex.ts#L89
type
HexToStringOpts
=
{
size
?:
number
};
size
Size (in bytes) of the hex value.
type
size
=
number
;
On this page