Enum diem_api_types::TransactionId [−][src]
Expand description
There are 2 types transaction ids from HTTP request inputs:
- Transaction hash: hex-encoded string, e.g. “0x374eda71dce727c6cd2dd4a4fd47bfb85c16be2e3e95ab0df4948f39e1af9981”
- Transaction version: u64 number string (as we encode u64 into string in JSON), e.g. “122”
Variants
Hash(HashValue)Tuple Fields of Hash
0: HashValueVersion(u64)Tuple Fields of Version
0: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TransactionId
impl Send for TransactionId
impl Sync for TransactionId
impl Unpin for TransactionId
impl UnwindSafe for TransactionId
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self