async fn run_create(
root_account: Address,
chain_id: u64,
expires: u64,
scope: Vec<CallScope>,
spend_limits: Vec<SessionSpendLimit>,
wallet: WalletOpts,
) -> Result<()>Expand description
Creates a signed session entry and stores it in the local registry.