Class: Solana::Ruby::Kit::RpcTypes::RpcContextualValue
- Inherits:
-
T::Struct
- Object
- T::Struct
- Solana::Ruby::Kit::RpcTypes::RpcContextualValue
- Defined in:
- lib/solana/ruby/kit/rpc_types/account_info.rb
Overview
Slot + context wrapper returned by context-aware RPC methods. Mirrors TypeScript’s ‘SolanaRpcResponse<T>`:
{ context: { slot: bigint }, value: T }