> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v9/interfaces/historicsettlement.md).

# HistoricSettlement

## Hierarchy

* **HistoricSettlement**

## Index

### Properties

* [accounts](/polymesh-sdk-api-reference/docs-v9/interfaces/historicsettlement.md#accounts)
* [blockNumber](/polymesh-sdk-api-reference/docs-v9/interfaces/historicsettlement.md#blocknumber)
* [legs](/polymesh-sdk-api-reference/docs-v9/interfaces/historicsettlement.md#legs)
* [status](/polymesh-sdk-api-reference/docs-v9/interfaces/historicsettlement.md#status)

## Properties

### accounts

• **accounts**: [*Account*](/polymesh-sdk-api-reference/docs-v9/classes/account.md)*\[]*

*Defined in* [*src/api/entities/Portfolio/types.ts:24*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/api/entities/Portfolio/types.ts#L24)

Array of accounts that participated by affirming the settlement

### blockNumber

• **blockNumber**: *BigNumber*

*Defined in* [*src/api/entities/Portfolio/types.ts:19*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/api/entities/Portfolio/types.ts#L19)

### legs

• **legs**: [*SettlementLeg*](/polymesh-sdk-api-reference/docs-v9/interfaces/settlementleg.md)*\[]*

*Defined in* [*src/api/entities/Portfolio/types.ts:25*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/api/entities/Portfolio/types.ts#L25)

### status

• **status**: *SettlementResult*

*Defined in* [*src/api/entities/Portfolio/types.ts:20*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/api/entities/Portfolio/types.ts#L20)
