Type alias GetMulticallBalanceOptions

GetMulticallBalanceOptions: {
    abi?: any;
    address?: string;
    method?: string;
    tokenDecimals?: number;
    tokenSymbol?: string;
}

Type declaration

  • Optional abi?: any
  • Optional address?: string
  • Optional method?: string
  • Optional tokenDecimals?: number
  • Optional tokenSymbol?: string

Generated using TypeDoc