Skip to content

Instantly share code, notes, and snippets.

View thecompez's full-sized avatar
🚀
BUILDING GENY

C O M P Ξ Z thecompez

🚀
BUILDING GENY
View GitHub Profile
interface TokenBalanceResponse {
status: string;
message: string;
result: string;
}
interface WalletBalance {
balance: string;
formattedBalance: string;
success: boolean;