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