Expand description
Transaction-domain natives. Wraps server::command::{CreateTransaction, ListTransactions, GetTransaction, UpdateTransaction, DeleteTransaction}.
v1 binds the no-arg form of list-transactions. Filtering keyword args
(account / limit / offset / date_from / date_to) ride a follow-up slice
once the keyword-arg threading helper is shared across read commands.