Type alias: UserTokensInfo
type UserTokensInfo: object;
Type declaration
| Member | Type | Description |
|---|---|---|
__typename | "UserTokensInfo" | - |
createdTokens | Scalars["HashId"][] | List of tokens created/admin by the user |
heldTokens | HeldToken[] | List of tokens (hash-id) held by user and their amount |
liquidityPoolPosition | LiquidityPoolPosition[] | List of tokens the user has a liquidity pool position, plus the position (cweb amount+token amount) |
paymentConfirmations | PaymentConfirmation[] | Payment confirmations to the user (amount+memo+token). (similar to how it works for cweb) |