Move RPC Response from solana/types to rpc/types

This commit is contained in:
ChronosX88 2020-11-18 22:35:34 +04:00
parent fc170d05ac
commit 215f4d5bd9
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package types package types
type SolanaResponse struct { type RPCResponseBody struct {
Jsonrpc string `json:"jsonrpc"` Jsonrpc string `json:"jsonrpc"`
Result []byte `json:"result"` Result []byte `json:"result"`
Error Error `json:"error"` Error Error `json:"error"`