Pending Transactions

ape safe pending

Commands for handling pending transactions

ape safe pending [OPTIONS] COMMAND [ARGS]...

approve

ape safe pending approve [OPTIONS] NONCE_OR_SAFE_TX_HASH(s)

Options

-v, --verbosity <LVL>

One of ERROR, WARNING, SUCCESS, INFO, or DEBUG

--safe <safe>
--execute <execute>

Arguments

NONCE_OR_SAFE_TX_HASH(s)

Optional argument(s)

execute

Execute a transaction

ape safe pending execute [OPTIONS] NONCE_OR_SAFE_TX_HASH(s)

Options

-v, --verbosity <LVL>

One of ERROR, WARNING, SUCCESS, INFO, or DEBUG

--safe <safe>
--submitter <submitter>

Account to execute

--nonce <nonce>

Submitter nonce

Arguments

NONCE_OR_SAFE_TX_HASH(s)

Optional argument(s)

list

View pending transactions for a Safe

ape safe pending list [OPTIONS]

Options

-v, --verbosity <LVL>

One of ERROR, WARNING, SUCCESS, INFO, or DEBUG

--safe <safe>
--verbose

propose

Create a new transaction

ape safe pending propose [OPTIONS]

Options

-v, --verbosity <LVL>

One of ERROR, WARNING, SUCCESS, INFO, or DEBUG

--safe <safe>
--data <data>

Transaction data

--gas-price <gas_price>

Transaction gas price

--value <value>

Transaction value

--to <receiver>

Transaction receiver

--nonce <nonce>

Transaction nonce

--sender <sender>
--execute

Execute if possible after proposal

reject

Reject one or more pending transactions

ape safe pending reject [OPTIONS] NONCE_OR_SAFE_TX_HASH(s)

Options

-v, --verbosity <LVL>

One of ERROR, WARNING, SUCCESS, INFO, or DEBUG

--safe <safe>
--execute <execute>

Arguments

NONCE_OR_SAFE_TX_HASH(s)

Optional argument(s)

show-confs

Show existing confirmations

ape safe pending show-confs [OPTIONS] TXN_ID

Options

-v, --verbosity <LVL>

One of ERROR, WARNING, SUCCESS, INFO, or DEBUG

--safe <safe>

Arguments

TXN_ID

Required argument