Transaction_Message - p2p-org/solana-swift GitHub Wiki
Transaction.Message
public struct Message
Properties
header
public internal(set) var header: Header
accountKeys
public internal(set) var accountKeys: [PublicKey]
instructions
public internal(set) var instructions: [CompiledInstruction]
Methods
isAccountWritable(index:)
public func isAccountWritable(index: Int) -> Bool
isAccountSigner(index:)
public func isAccountSigner(index: Int) -> Bool