sgns::AccountMessenger::RequestTask¶
Public Attributes¶
| Name | |
|---|---|
| RequestType | type |
| uint64_t | timeout_ms |
| uint64_t | silent_time_ms |
| uint8_t | block_index |
| std::string | cid |
| std::string | utxo_address |
| std::function< void(outcome::result< std::string >)> | callback |
| std::shared_ptr< std::promise< outcome::result< uint64_t > > > | nonce_promise |
| std::shared_ptr< std::promise< outcome::result< std::unordered_set< std::string > > > > | utxo_promise |
Public Attributes Documentation¶
variable type¶
variable timeout_ms¶
variable silent_time_ms¶
variable block_index¶
variable cid¶
variable utxo_address¶
variable callback¶
variable nonce_promise¶
variable utxo_promise¶
std::shared_ptr< std::promise< outcome::result< std::unordered_set< std::string > > > > utxo_promise;
Updated on 2026-04-15 at 11:00:39 -0700