Token<ChainIdentifier>
type Token<ChainIdentifier> = BtcToken | SCToken<ChainIdentifier>;
Defined in: atomiq-sdk/src/types/Token.ts:88
Union type for all token types (BTC or smart chain)
Type Parameters
| Type Parameter | Default type |
|---|---|
ChainIdentifier extends string | string |