Skip to main content

TypeScript shape

interface NetworkWalletStats {
  networkId: number;
  nativeTokenBalance: string;
}
networkId
Int!
Network id the stats apply to.
nativeTokenBalance
String!
Native token balance on this network.