CoinBalance: {
    coinObjectCount: number;
    coinType: string;
    lockedBalance: Record<string, string>;
    totalBalance: string;
}

Type declaration

  • coinObjectCount: number
  • coinType: string
  • lockedBalance: Record<string, string>
  • totalBalance: string