# rVote

rBank module allows admin to add new denom and its metadata and address-prefix.

## Available Commands

| Name                                                                                                | Description        |
| --------------------------------------------------------------------------------------------------- | ------------------ |
| [proposal](https://docs.stafihub.io/welcome-to-stafihub/chain/cli-client/broken-reference)          | Query Proposal     |
| [proposal-life](https://docs.stafihub.io/welcome-to-stafihub/chain/cli-client/broken-reference)     | Query ProposalLife |
| [set-proposal-life](https://docs.stafihub.io/welcome-to-stafihub/chain/cli-client/broken-reference) | Set ProposalLife   |

## stafihubd query rvote proposal

Query the proposal of a specific prop-id.

```bash
stafihubd query rvote proposal [prop-id] [flags]
```

## stafihubd query rvote proposal-life

Query `ProposalLife`, `ProposalLife` indicates how long a proposal can be voted on.

```bash
stafihubd query rvote proposal-life [flags]
```

## stafihubd tx rvote set-proposal-life

Add a new denom, and its metadata and address-prefix.

```bash
stafihubd tx rvote set-proposal-life [proposal-life] [flags]
```
