@hashgraph/sdk
Preparing search index...
index
NftId
Class NftId
The ID for a crypto-currency token on Hedera.
Index
Constructors
constructor
Properties
serial
token
Id
Methods
to
Bytes
to
String
from
Bytes
from
String
Constructors
constructor
new
NftId
(
token
:
TokenId
,
serial
:
number
|
Long
)
:
NftId
Parameters
token
:
TokenId
serial
:
number
|
Long
Returns
NftId
Properties
serial
serial
:
Long
token
Id
tokenId
:
TokenId
Methods
to
Bytes
toBytes
()
:
Uint8Array
<
ArrayBufferLike
>
Returns
Uint8Array
<
ArrayBufferLike
>
to
String
toString
()
:
string
Returns
string
Static
from
Bytes
fromBytes
(
bytes
:
Uint8Array
<
ArrayBufferLike
>
)
:
NftId
Parameters
bytes
:
Uint8Array
<
ArrayBufferLike
>
Returns
NftId
Static
from
String
fromString
(
text
:
string
)
:
NftId
Parameters
text
:
string
Returns
NftId
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
serial
token
Id
Methods
to
Bytes
to
String
from
Bytes
from
String
@hashgraph/sdk
Loading...
The ID for a crypto-currency token on Hedera.