Credit Debit
The solana.assets.credit_debit
table holds a record of transfers of all spl-tokens and native SOL. This table will include two rows for every transfer event, with one row representing credit and one row representing debit.
Difference with transfers
Unlike token transfers, data here is organized into credit and debit rows (similar to the accounting concept called "double entry book").
Last updated