mirror of
https://gitee.com/BDWare/common
synced 2025-01-10 01:44:16 +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:
parent
aa225980fa
commit
fc48bd4503
@ -26,6 +26,6 @@ public class ContractResult {
|
||||
}
|
||||
|
||||
public enum Status {
|
||||
Success, Exception, Error
|
||||
Success, Exception, Error, Executing
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user