Skip to content

AccountInstructions

bigearsenal edited this page May 17, 2022 · 1 revision

AccountInstructions

public struct AccountInstructions 

Initializers

init(account:instructions:cleanupInstructions:signers:newWalletPubkey:secretKey:)

public init(
        account: PublicKey,
        instructions: [TransactionInstruction] = [],
        cleanupInstructions: [TransactionInstruction] = [],
        signers: [Account] = [],
        newWalletPubkey: String? = nil,
        secretKey: Data? = nil
    ) 

Properties

account

public let account: PublicKey

instructions

public var instructions: [TransactionInstruction]

cleanupInstructions

public var cleanupInstructions: [TransactionInstruction]

signers

public let signers: [Account]
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Operators
Extensions
Clone this wiki locally