Main documentation
Preparing search index...
The search index is not available
massa-web3
massa-web3
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
interface
IReadOperationResult
{
Error
?:
string
;
Ok
?:
Uint8Array
;
}
Index
Properties
Error?
Ok?
Properties
Optional
Error
Error
?:
string
Optional
Ok
Ok
?:
Uint8Array
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Error
Ok
Wallet operations
Smart contracts operations
Events
Public API
Private API
massa-web3
References
Address
PublicKey
SecretKey
Namespaces
utils
Enumerations
ArgTypes
ArrayTypes
DefaultProviderUrls
EOperationStatus
OperationTypeId
ProviderType
Classes
Args
Client
ClientFactory
EventPoller
PrivateApiClient
PublicApiClient
SmartContractsClient
Loading...
Generated using
TypeDoc
Represents the result of a read operation on the blockchain.
See