Module diem_types::proptest_types
source · Structs
- Represents information already determined for generating a
TransactionToCommit
, along with to be determined information that needs to settle uponmaterialize()
, for example a to be determined account can be represented by anIndex
which will be materialized to an entry in theAccountInfoUniverse
.