Function solana_runtime::system_instruction_processor::transfer
source · fn transfer(
from_account_index: IndexOfAccount,
to_account_index: IndexOfAccount,
lamports: u64,
invoke_context: &InvokeContext<'_>,
transaction_context: &TransactionContext,
instruction_context: &InstructionContext
) -> Result<(), InstructionError>