Function solana_budget_program::budget_instruction::payment [−][src]
pub fn payment(
from: &Pubkey,
to: &Pubkey,
contract: &Pubkey,
lamports: u64
) -> Vec<Instruction>
Expand description
Create a new payment script.