Class: Solana::Ruby::Kit::RpcTypes::RpcContextualValue

Inherits:
T::Struct
  • Object
show all
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 }