System Program
Functions
Link copied to clipboard
fun createAccount(fromPublicKey: PublicKey, newAccountPublicKey: PublicKey, lamports: Long, space: Long): TransactionInstruction
Link copied to clipboard
Link copied to clipboard
fun nonceAuthorize(nonceAccount: PublicKey, authorized: PublicKey, newAuthorized: PublicKey): TransactionInstruction
Link copied to clipboard
Link copied to clipboard
fun nonceWithdraw(nonceAccount: PublicKey, authorized: PublicKey, toPublicKey: PublicKey, lamports: Long): TransactionInstruction
Link copied to clipboard
fun transfer(fromPublicKey: PublicKey, toPublicKey: PublicKey, lamports: Long): TransactionInstruction