pub struct ParsedInfo {
Show 21 fields pub destination: Option<String>, pub lamports: Option<u32>, pub source: Option<String>, pub account: Option<String>, pub mint: Option<String>, pub rent_sysvar: Option<String>, pub system_program: Option<String>, pub token_program: Option<String>, pub wallet: Option<String>, pub new_account: Option<String>, pub owner: Option<String>, pub space: Option<u32>, pub amount: Option<String>, pub mint_authority: Option<String>, pub authority_type: Option<String>, pub multisig_authority: Option<String>, pub new_authority: Option<String>, pub signers: Option<Vec<String>>, pub decimals: Option<u32>, pub authority: Option<String>, pub delegate: Option<String>,
}

Fields§

§destination: Option<String>§lamports: Option<u32>§source: Option<String>§account: Option<String>§mint: Option<String>§rent_sysvar: Option<String>§system_program: Option<String>§token_program: Option<String>§wallet: Option<String>§new_account: Option<String>§owner: Option<String>§space: Option<u32>§amount: Option<String>§mint_authority: Option<String>§authority_type: Option<String>§multisig_authority: Option<String>§new_authority: Option<String>§signers: Option<Vec<String>>§decimals: Option<u32>§authority: Option<String>§delegate: Option<String>

Trait Implementations§

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more