Function solana_runtime::system_instruction_processor::assign
source · fn assign(
account: &mut BorrowedAccount<'_>,
address: &Address,
owner: &Pubkey,
signers: &HashSet<Pubkey>,
invoke_context: &InvokeContext<'_>
) -> Result<(), InstructionError>