package
Version:
v0.2012.2
Opens a new window with list of versions in this module.
Published: Nov 13, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Error struct {
Module string `json:"module,omitempty"`
Code uint32 `json:"code,omitempty"`
Message string `json:"message,omitempty"`
}
Error is a transaction execution error.
Event is a consensus service event that may be emitted during processing of
a transaction.
type Result struct {
Error Error `json:"error"`
Events []*Event `json:"events"`
}
Result is a transaction execution result.
IsSuccess returns true if transaction execution was successful.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.