# ProposalDetails

## Hierarchy

* **ProposalDetails**

## Index

### Properties

* [coolOffEndBlock](#cooloffendblock)
* [createdAt](#createdat)
* [description](#description)
* [discussionUrl](#discussionurl)
* [endBlock](#endblock)
* [lastState](#laststate)
* [lastStateUpdatedAt](#laststateupdatedat)
* [proposerAddress](#proposeraddress)
* [totalAyesWeight](#totalayesweight)
* [totalNaysWeight](#totalnaysweight)
* [totalVotes](#totalvotes)
* [transaction](#transaction)

## Properties

### coolOffEndBlock

• **coolOffEndBlock**: *BigNumber*

*Defined in* [*src/api/entities/Proposal/types.ts:29*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/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/7362b318/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/7362b318/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/7362b318/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/7362b318/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/7362b318/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/7362b318/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/7362b318/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/7362b318/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/7362b318/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/7362b318/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/7362b318/src/api/entities/Proposal/types.ts#L31)
