What the fee line is paying for
A Solana transaction fee is a count of lamports, split between a base charge per signature and an optional priority charge.
Read the guideGuides
The same four guides sit in the reading room. Here they are for the evening before a visit. A signature of your own is still best read at the table.
A Solana transaction fee is a count of lamports, split between a base charge per signature and an optional priority charge.
Read the guide
The account list is the cast of the transaction. Instruction data only makes sense after each key has a flag and an owner.
Read the guide
The blockhash inside a Solana transaction is a freshness check. After 151 slots it will not land.
Read the guide
Log lines are the program speaking after execution: invoke, success, or the instruction error that stopped the message.
Read the guide