moac library
Classes
- EthRpcMethods
- The Ethereum RPC method names
- Moac
- The Moac JSON-RPC client class. Further details of this interface and its API specification can be found at https://github.com/Moac/wiki/wiki/JSON-RPC#web3_clientversion. The API calls return null if an Moac error occurred.
- MoacBlock
- An Moac block descriptor message
- MoacDefaultBlock
- The Default Block parameter. The parameter selections are mutually exclusive. Note that the setters ignore the passed state value and simply set the property to true.
- MoacError
- Manages Moac client errors
- MoacFilter
- Filter message For filters created with newBlockFilter the object contains block hashes. For filters created with pendingTransactionFilter the class contains transaction hashes. For filters created with newFilter or getFilterChanges the class contains logs which are are MoacLog objects.
- MoacINetworkAdapter
- MoacLog
- Moac log message
- MoacRpcClient
- MoacRpcMethods
- MoacSyncStatus
- Sync status message
- MoacTransaction
- An Moac transaction message
- MoacTransactionReceipt
- An moac transaction receipt message
- MoacUtilities
- General client support utilities
- MoacWork
- An Moac work message. All elements of the work message must be present.
Constants
- moacErrorKey → const String
-
'error'
- moacResultKey → const String
-
Constants
'result'