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