Struct solana_transaction_status::UiPartiallyDecodedInstruction [−][src]
pub struct UiPartiallyDecodedInstruction { pub program_id: String, pub accounts: Vec<String>, pub data: String, }
Expand description
A partially decoded CompiledInstruction that includes explicit account addresses
Fields
program_id: String
accounts: Vec<String>
data: String
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for UiPartiallyDecodedInstruction
impl Sync for UiPartiallyDecodedInstruction
impl Unpin for UiPartiallyDecodedInstruction
impl UnwindSafe for UiPartiallyDecodedInstruction
Blanket Implementations
pub default fn visit_for_abi(
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
pub default fn visit_for_abi(
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
pub default fn example() -> T
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V