Token ID
Constructs a TokenId
.
Constructor
Description
new TokenId(<shard>,<realm>,<token>)
Initializes the TokenId object
Methods
Method
Type
Description
TokenId.fromString(<tokenId>)
String
Constructs a token ID from a String value
TokenId.fromSolidityAddress(<address>)
String
Constructs a token ID from a solidity address
TokenId.fromBytes(<bytes>)
byte[]
Constructs a token ID from bytes
Last updated