> 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-v10/interfaces/historicsettlement.md).

# HistoricSettlement

## Hierarchy

* **HistoricSettlement**

## Index

### Properties

* [accounts](#accounts)
* [blockNumber](#blocknumber)
* [legs](#legs)
* [status](#status)

## Properties

### accounts

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

*Defined in* [*src/api/entities/Portfolio/types.ts:24*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/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/959efb76/src/api/entities/Portfolio/types.ts#L19)

### legs

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

*Defined in* [*src/api/entities/Portfolio/types.ts:25*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/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/959efb76/src/api/entities/Portfolio/types.ts#L20)
