Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SolanaJSONRPCClient ¶
SolanaJSONRPCClient is an autogenerated mock type for the SolanaJSONRPCClient type
func NewSolanaJSONRPCClient ¶
func NewSolanaJSONRPCClient(t interface { mock.TestingT Cleanup(func()) }) *SolanaJSONRPCClient
NewSolanaJSONRPCClient creates a new instance of SolanaJSONRPCClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*SolanaJSONRPCClient) GetMultipleAccountsWithOpts ¶
func (_m *SolanaJSONRPCClient) GetMultipleAccountsWithOpts(ctx context.Context, accounts []solana.PublicKey, opts *rpc.GetMultipleAccountsOpts) (*rpc.GetMultipleAccountsResult, error)
GetMultipleAccountsWithOpts provides a mock function with given fields: ctx, accounts, opts
Click to show internal directories.
Click to hide internal directories.