Transaction
public protocol Transaction
An ordered, atomic set of instructions to be applied on the Solana blockchain, along with basic information on how they should be signed.
-
Undocumented
Declaration
Swift
associatedtype Instructions : CompilableInstructionSet -
Undocumented
Declaration
Swift
@InstructionListBuilder var instructions: Instructions { get }
Transaction Protocol Reference