SystemProgram

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
open override val programId: PublicKey
Link copied to clipboard
Link copied to clipboard
val SYSVAR_RENT_ACCOUNT: PublicKey

Functions

Link copied to clipboard
fun createAccount(fromPublicKey: PublicKey, newAccountPublicKey: PublicKey, lamports: Long, space: Long): TransactionInstruction
Link copied to clipboard
fun nonceAdvance(nonceAccount: PublicKey, authorized: PublicKey): TransactionInstruction
Link copied to clipboard
fun nonceAuthorize(nonceAccount: PublicKey, authorized: PublicKey, newAuthorized: PublicKey): TransactionInstruction
Link copied to clipboard
fun nonceInitialize(nonceAccount: PublicKey, authorized: PublicKey): TransactionInstruction
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