Module sui_cluster_test::helper
source · Structs§
- A util struct that helps verify Sui Object. Use builder style to construct the conditions. When optionals fields are not set, related checks are omitted. Consuming functions such as
check
perform the check and panics if verification results are unexpected.check_into_object
andcheck_into_gas_coin
expect to get aSuiObjectData
andGasCoin
respectfully.