Move RPC Response from solana/types to rpc/types
This commit is contained in:
parent
fc170d05ac
commit
215f4d5bd9
@ -1,6 +1,6 @@
|
||||
package types
|
||||
|
||||
type SolanaResponse struct {
|
||||
type RPCResponseBody struct {
|
||||
Jsonrpc string `json:"jsonrpc"`
|
||||
Result []byte `json:"result"`
|
||||
Error Error `json:"error"`
|
Loading…
Reference in New Issue
Block a user