Main documentation
Preparing search index...
The search index is not available
massa-web3
massa-web3
utils
arguments
IReadOperationResult
Interface IReadOperationResult
Represents the result of a read operation on the blockchain.
See
Ok - Included in case of success. The result of the execution
Error - Included in case of error. The error message
Hierarchy
IReadOperationResult
Index
Properties
Error?
Ok?
Properties
Optional
Error
Error
?:
string
Optional
Ok
Ok
?:
Uint8Array
Wallet operations
Smart contracts operations
Events
Public API
Private API
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
massa-
web3
utils
arguments
bytes
converters
crypto
key
And
Addresses
time
IRead
Operation
Result
Error?
Ok?
Generated using
TypeDoc
Represents the result of a read operation on the blockchain.
See