async fn scan_operation_states(
client: &Client,
op_id: OperationId,
notes: &mut HashMap<Nonce, NoteRecord>,
)Expand description
Extract note creation/spending info from an operation’s state machines.
async fn scan_operation_states(
client: &Client,
op_id: OperationId,
notes: &mut HashMap<Nonce, NoteRecord>,
)Extract note creation/spending info from an operation’s state machines.