async fn run_revoke(
session_id: B256,
local: bool,
tx: TransactionOpts,
send_tx: SendTxOpts,
force: bool,
) -> Result<()>Expand description
Revokes a session entry locally and on-chain when the key has been provisioned.
async fn run_revoke(
session_id: B256,
local: bool,
tx: TransactionOpts,
send_tx: SendTxOpts,
force: bool,
) -> Result<()>Revokes a session entry locally and on-chain when the key has been provisioned.