This is the summary of everything I have learned about transaction in Solana- Transaction are not just messages or amount send. Transaction contains metadata,instructions, accounts and programs. When a transaction is processed, a signature key is generated which is used to check details of the transaction in the solana explorer. There are more than one account used in the transaction where the program account (owner account) is one of those accounts. Signature key works like the confirmation th