IRPCProviderSee: Description
| Class | Description |
|---|---|
| Detail |
The Error Detail of
RPCResponseError |
| GetBlockResponse |
The response of getBlock() RPC call
IRPCProvider.getBlock(GetBlockRequest) |
| GetInfoResponse |
The response of getInfo() RPC call
IRPCProvider.getInfo(). |
| GetRawAbiResponse |
The response of getRawAbi() RPC call
IRPCProvider.getRawAbi(GetRawAbiRequest) |
| GetRequiredKeysResponse |
The response of getRequiredKeys() RPC call
IRPCProvider.getRequiredKeys(GetRequiredKeysRequest) |
| PushTransactionResponse |
The response of the pushTransaction() RPC call
IRPCProvider.pushTransaction(PushTransactionRequest) |
| RpcError |
The error detail of
RPCResponseError |
| RPCResponseError |
The generic response error could be thrown from Rpc calls of
IRPCProvider |
IRPCProvider