Module solana_sdk::system_transaction [−][src]
The system_transaction module provides functionality for creating system transactions.
Functions
| assign | Create and sign new system_instruction::Assign transaction |
| create_account | Create and sign new SystemInstruction::CreateAccount transaction |
| nonced_transfer | Create and sign new nonced system_instruction::Transfer transaction |
| transfer | Create and sign new system_instruction::Transfer transaction |