> 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/proposaldetails.md).

# ProposalDetails

## Hierarchy

* **ProposalDetails**

## Index

### Properties

* [coolOffEndBlock](/polymesh-sdk-api-reference/docs-v9/interfaces/proposaldetails.md#cooloffendblock)
* [createdAt](/polymesh-sdk-api-reference/docs-v9/interfaces/proposaldetails.md#createdat)
* [description](/polymesh-sdk-api-reference/docs-v9/interfaces/proposaldetails.md#description)
* [discussionUrl](/polymesh-sdk-api-reference/docs-v9/interfaces/proposaldetails.md#discussionurl)
* [endBlock](/polymesh-sdk-api-reference/docs-v9/interfaces/proposaldetails.md#endblock)
* [lastState](/polymesh-sdk-api-reference/docs-v9/interfaces/proposaldetails.md#laststate)
* [lastStateUpdatedAt](/polymesh-sdk-api-reference/docs-v9/interfaces/proposaldetails.md#laststateupdatedat)
* [proposerAddress](/polymesh-sdk-api-reference/docs-v9/interfaces/proposaldetails.md#proposeraddress)
* [totalAyesWeight](/polymesh-sdk-api-reference/docs-v9/interfaces/proposaldetails.md#totalayesweight)
* [totalNaysWeight](/polymesh-sdk-api-reference/docs-v9/interfaces/proposaldetails.md#totalnaysweight)
* [totalVotes](/polymesh-sdk-api-reference/docs-v9/interfaces/proposaldetails.md#totalvotes)
* [transaction](/polymesh-sdk-api-reference/docs-v9/interfaces/proposaldetails.md#transaction)

## Properties

### coolOffEndBlock

• **coolOffEndBlock**: *BigNumber*

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

### createdAt

• **createdAt**: *BigNumber*

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

### description

• **description**: *string*

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

### discussionUrl

• **discussionUrl**: *string*

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

### endBlock

• **endBlock**: *BigNumber*

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

### lastState

• **lastState**: *ProposalState*

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

### lastStateUpdatedAt

• **lastStateUpdatedAt**: *BigNumber*

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

### proposerAddress

• **proposerAddress**: *string*

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

### totalAyesWeight

• **totalAyesWeight**: *BigNumber*

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

### totalNaysWeight

• **totalNaysWeight**: *BigNumber*

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

### totalVotes

• **totalVotes**: *BigNumber*

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

### transaction

• **transaction**: *TxTag | null*

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