> ## Documentation Index
> Fetch the complete documentation index at: https://docs.genlabs.co/llms.txt
> Use this file to discover all available pages before exploring further.

# GetBalancesResponse

Defined in: [metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:911](https://github.com/gen-bc/gen/blob/main/metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts#L911)

Response payload returned by the GetBalances RPC.

Contains the balances keyed by contract.

A `BTreeMap` is used so responses have a stable key order across runs and serialization formats.

## Properties

### balances

> **balances**: `object`

Defined in: [metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:912](https://github.com/gen-bc/gen/blob/main/metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts#L912)

#### Index Signature

\[`k`: `string`]: [`Amount`](/reference/sdk/typescript/index/type-aliases/Amount)
