list-proposals

List the Last 100 Visible Onchain Proposals

Note, if the full node you are talking to is pruning data, it may not have some of the proposals shown here.

Usage

movement aptos governance list-proposals [OPTIONS]

Options

  • --url <URL> URL to a fullnode on the network. Defaults to the URL in the default profile

  • --connection-timeout-secs <CONNECTION_TIMEOUT_SECS> Connection timeout in seconds, used for the REST endpoint of the fullnode. [default: 30]

  • --profile <PROFILE> Profile to use from the CLI config. This will be used to override associated settings such as the REST URL, the Faucet URL, and the private key arguments. Defaults to "default"

Last updated