pub type TransactionCallback = Box<dyn Fn(&Arc<Wallet>, PushTransactionMessage) + Send + Sync>;
pub struct TransactionCallback(/* private fields */);