• Creates a Token instance from a token ID.

    Returns

    A promise that resolves to a Token instance.

    Parameters

    • grpc: ConcordiumGRPCClient

      The gRPC client for interacting with the Concordium network.

    • tokenId: TokenId

      The ID of the token.

    Returns Promise<Token>

Generated using TypeDoc