SCToken<ChainIdentifier>
type SCToken<ChainIdentifier> = Token<ChainIdentifier> & object;
Defined in: atomiq-sdk/src/types/Token.ts:143
Token on the smart chain
Type Declaration
| Name | Type | Defined in |
|---|---|---|
chain | "SC" | atomiq-sdk/src/types/Token.ts:145 |
chainId | ChainIdentifier | atomiq-sdk/src/types/Token.ts:144 |
toString() | () => `${ChainIdentifier}-${string}` | atomiq-sdk/src/types/Token.ts:147 |
Type Parameters
| Type Parameter | Default type |
|---|---|
ChainIdentifier extends string | string |