Enum solana_banks_interface::BanksResponse [−][src]
pub enum BanksResponse { SendTransactionWithContext(()), GetFeesWithCommitmentAndContext((FeeCalculator, Hash, Slot)), GetTransactionStatusWithContext(Option<TransactionStatus>), GetSlotWithContext(Slot), ProcessTransactionWithCommitmentAndContext(Option<Result<()>>), GetAccountWithCommitmentAndContext(Option<Account>), }
Expand description
The response sent over the wire from the server to the client.
Variants
SendTransactionWithContext(())
GetTransactionStatusWithContext(Option<TransactionStatus>)
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
Auto Trait Implementations
impl RefUnwindSafe for BanksResponse
impl Send for BanksResponse
impl Sync for BanksResponse
impl Unpin for BanksResponse
impl UnwindSafe for BanksResponse
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
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V