Preparing search index...
The search index is not available
@oasisprotocol/client
@oasisprotocol/client
types
ConsensusResult
Interface ConsensusResult
Result is a transaction execution result.
interface
ConsensusResult
{
error
:
ConsensusError
;
events
:
ConsensusEvent
[]
;
}
Index
Properties
error
events
Properties
error
error
:
ConsensusError
events
events
:
ConsensusEvent
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
events
@oasisprotocol/client
Loading...
Result is a transaction execution result.