MCPcopy Create free account
hub / github.com/solana-program/system / DecodedAccount

Class DecodedAccount

clients/rust/src/generated/shared.rs:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#[cfg(feature = "fetch")]
9#[derive(Debug, Clone)]
10pub struct DecodedAccount<T> {
11 pub address: solana_address::Address,
12 pub account: solana_account::Account,
13 pub data: T,
14}
15
16#[cfg(feature = "fetch")]
17#[derive(Debug, Clone)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected