Expand description
Each transaction-like architecture should implement these.
Traitsยง
- Architecture
- Trait for defining important types associated with an architecture.
- GetReceiver
- Trait for getting the the receiver of a transaction.
- GetSender
- Trait for getting the the sender of a transaction.
- Parse
- DEPRECATED: Use
TryParse - TryParse
- Tries to parse a raw transaction request into its native transaction request struct.