Interface: UserAsset
Represents a single asset (token) in a user's wallet. Contains token metadata and balance information.
Properties
decimals
decimals: number;
Number of decimal places this token uses
image
image: string;
URL to the token's icon/image
name
name: string;
Human-readable name of the token
quantity
quantity: string;
User's balance of this token as a decimal string
symbol
symbol: string;
Trading symbol for the token
verify
verify: boolean;
Whether this token has been verified/approved