Interface: GetPortfolioJSONResponse
moralis-monorepo / @moralisweb3/common-sol-utils / GetPortfolioJSONResponse
Interface: GetPortfolioJSONResponse
@moralisweb3/common-sol-utils.GetPortfolioJSONResponse
Hierarchy
SuccessResponse↳
GetPortfolioJSONResponse
Table of contents
Properties
Properties
nativeBalance
• nativeBalance: Object
Type declaration
| Name | Type |
|---|---|
lamports | string |
solana | string |
Inherited from
SuccessResponse.nativeBalance
nfts
• nfts: { associatedTokenAddress: string ; mint: string ; name: string ; symbol: string }[]
Inherited from
SuccessResponse.nfts
tokens
• tokens: { amount: string ; amountRaw: string ; associatedTokenAddress: string ; decimals: number ; mint: string ; name: string ; symbol: string }[]
Inherited from
SuccessResponse.tokens