Struct solana_runtime::bank_client::BankClient[][src]

pub struct BankClient { /* fields omitted */ }

Implementations

Trait Implementations

Transfer lamports from keypair to pubkey

Send a signed transaction, but don’t wait to see if the server accepted it.

Create a transaction from the given message, and send it to the server, but don’t wait for to see if the server accepted it. Read more

Create a transaction from a single instruction that only requires a single signer. Then send it to the server, but don’t wait for a reply. Read more

Create and process a transaction from a single instruction.

Transfer lamports from keypair to pubkey

Create a transaction from the given message, and send it to the server, retrying as-needed. Read more

Get an account or None if not found.

Get an account or None if not found.

Get an account or None if not found. Uses explicit commitment configuration.

Get account balance or 0 if not found.

Get account balance or 0 if not found. Uses explicit commitment configuration.

Get recent blockhash

Get recent blockhash. Uses explicit commitment configuration.

Get Some(FeeCalculator) associated with blockhash if it is still in the BlockhashQueue, otherwise None` Read more

Get recent fee rate governor

Get signature status.

Get signature status. Uses explicit commitment configuration.

Get last known slot

Get last known slot. Uses explicit commitment configuration.

Get transaction count

Get transaction count. Uses explicit commitment configuration.

Poll until the signature has been confirmed by at least min_confirmed_blocks

Poll to confirm a transaction.

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

Performs the conversion.

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

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

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.