You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/tables/raw/solana/transactions.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,19 +16,19 @@ Query examples can be found here: [NFT transactions of popular programs past 7 d
16
16
| block\_hash | string | The hash of this block, base-58 encoded |
17
17
| error | STRUCT error | NULL if success is true. |
18
18
| required\_signatures | bigint | The total number of signatures required to make the transaction valid. |
19
-
| readonly\_signed\_\_\_accounts | bigint | The last readonly\_signed\_accounts of the signed keys are read-only accounts. |
20
-
| readonly\_unsigned\_\_\_accounts | bigint | The last readonly\_unsigned\_accounts of the unsigned keys are read-only accounts. |
19
+
| readonly\_signed\_accounts | bigint | The last readonly\_signed\_accounts of the signed keys are read-only accounts. |
20
+
| readonly\_unsigned\_accounts | bigint | The last readonly\_unsigned\_accounts of the unsigned keys are read-only accounts. |
21
21
| id | string | The first signature in the transaction |
22
22
| success | boolean | The transaction was valid and thus committed. |
23
-
| recent\_block\_\_\_hash | string | The hash of a recent block in the ledger, used to prevent transaction duplication and to give transactions lifetimes |
24
-
| instructions | array\<STRUCT instructions>| Instructions to execute (in order) |
25
-
| accountKeys | array\<string>| The account keys used in the transaction |
26
-
| log\_messages | array\<string>| The log messages emitted by the transaction |
27
-
| pre\_balances | array\<bigint>| Array of account balances before the transaction was processed. The i-th balance is the balance of the i-th account key in account\_keys |
28
-
| post\_balances | array\<bigint>| Array of account balances after the transaction was processed. The i-th balance is the balance of the i-th account key in account\_keys |
29
-
| pre\_token\_balance | array\<STRUCT token\_balance>| List of [token balances](https://docs.solana.com/developing/clients/jsonrpc-api#token-balances-structure) from before the transaction was processed or omitted if token balance recording was not yet enabled during this transaction |
30
-
| post\_token\_balance | array\<STRUCT token\_balance>| List of [token balances](https://docs.solana.com/developing/clients/jsonrpc-api#token-balances-structure) from after the transaction was processed or omitted if token balance recording was not yet enabled during this transaction |
31
-
| signatures | array\<string>| A list of base-58 encoded signatures applied to the transaction. Always of length numRequiredSignatures |
23
+
| recent\_block\_hash | string | The hash of a recent block in the ledger, used to prevent transaction duplication and to give transactions lifetimes |
24
+
| instructions | array<STRUCT instructions>| Instructions to execute (in order) |
25
+
| accountKeys | array<string>| The account keys used in the transaction |
26
+
| log\_messages | array<string>| The log messages emitted by the transaction |
27
+
| pre\_balances | array<bigint>| Array of account balances before the transaction was processed. The i-th balance is the balance of the i-th account key in account\_keys |
28
+
| post\_balances | array<bigint>| Array of account balances after the transaction was processed. The i-th balance is the balance of the i-th account key in account\_keys |
29
+
| pre\_token\_balance | array<STRUCT token\_balance>| List of [token balances](https://docs.solana.com/developing/clients/jsonrpc-api#token-balances-structure) from before the transaction was processed or omitted if token balance recording was not yet enabled during this transaction |
30
+
| post\_token\_balance | array<STRUCT token\_balance>| List of [token balances](https://docs.solana.com/developing/clients/jsonrpc-api#token-balances-structure) from after the transaction was processed or omitted if token balance recording was not yet enabled during this transaction |
31
+
| signatures | array<string>| A list of base-58 encoded signatures applied to the transaction. Always of length numRequiredSignatures |
32
32
| signer | string | The initial value from the account\_keys array that initiates the transaction and pays the transaction fee |
33
33
34
34
### Struct definitions
@@ -51,18 +51,18 @@ An example of how these can be used to extract data: [# of Solana instructions b
Copy file name to clipboardExpand all lines: docs/reference/tables/raw/solana/vote-transactions.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,12 @@ An example query that demonstrates that is available here: [Solana transactions
21
21
| id | string | The first signature in the transaction |
22
22
| success | boolean | The transaction was valid and thus committed. |
23
23
| recent\_block\_\_\_hash | string | The hash of a recent block in the ledger, used to prevent transaction duplication and to give transactions lifetimes |
24
-
| instructions | array\<STRUCT instructions>| Instructions to execute (in order) |
25
-
| accountKeys | array\<string>| The account keys used in the transaction |
26
-
| log\_messages | array\<string>| The log messages emitted by the transaction |
27
-
| pre\_balances | array\<bigint>| Array of account balances before the transaction was processed. The i-th balance is the balance of the i-th account key in account\_keys |
28
-
| post\_balances | array\<bigint>| Array of account balances after the transaction was processed. The i-th balance is the balance of the i-th account key in account\_keys |
29
-
| pre\_token\_balance | array\<STRUCT token\_balance>| List of [token balances](https://docs.solana.com/developing/clients/jsonrpc-api#token-balances-structure) from before the transaction was processed or omitted if token balance recording was not yet enabled during this transaction |
30
-
| post\_token\_balance | array\<STRUCT token\_balance>| List of [token balances](https://docs.solana.com/developing/clients/jsonrpc-api#token-balances-structure) from after the transaction was processed or omitted if token balance recording was not yet enabled during this transaction |
31
-
| signatures | array\<string>| A list of base-58 encoded signatures applied to the transaction. Always of length numRequiredSignatures |
24
+
| instructions | array<STRUCT instructions>| Instructions to execute (in order) |
25
+
| accountKeys | array<string>| The account keys used in the transaction |
26
+
| log\_messages | array<string>| The log messages emitted by the transaction |
27
+
| pre\_balances | array<bigint>| Array of account balances before the transaction was processed. The i-th balance is the balance of the i-th account key in account\_keys |
28
+
| post\_balances | array<bigint>| Array of account balances after the transaction was processed. The i-th balance is the balance of the i-th account key in account\_keys |
29
+
| pre\_token\_balance | array<STRUCT token\_balance>| List of [token balances](https://docs.solana.com/developing/clients/jsonrpc-api#token-balances-structure) from before the transaction was processed or omitted if token balance recording was not yet enabled during this transaction |
30
+
| post\_token\_balance | array<STRUCT token\_balance>| List of [token balances](https://docs.solana.com/developing/clients/jsonrpc-api#token-balances-structure) from after the transaction was processed or omitted if token balance recording was not yet enabled during this transaction |
31
+
| signatures | array<string>| A list of base-58 encoded signatures applied to the transaction. Always of length numRequiredSignatures |
32
32
| signer | string | The initial value from the account\_keys array that initiates the transaction and pays the transaction fee |
0 commit comments