mirror of
https://gitee.com/BDWare/common
synced 2026-01-28 16:29:29 +00:00
feat: add ContractResult.Status
add ContractResult.Status.Executing to represent that the contract request has been added into blocks and waits for execution
This commit is contained in:
@@ -26,6 +26,6 @@ public class ContractResult {
|
||||
}
|
||||
|
||||
public enum Status {
|
||||
Success, Exception, Error
|
||||
Success, Exception, Error, Executing
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user