ExecutionStatus
ExecutionStatus Objects
class ExecutionStatus()
The status of an executed Transaction
BCS
The BCS serialized form for this type is defined by the following ABNF:
execution-status = success / failure
success = %d00
failure = %d01 execution-error (option u64)