Skip to main content
type SOLBalance = {
  symbol: "SOL";
  amount: number;
  decimals: 9;
  amount_decimal: string;
};
SOL balance structure

Properties

PropertyType
symbol"SOL"
amountnumber
decimals9
amount_decimalstring