File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -884,6 +884,8 @@ export type TransactionResponse = {
884
884
885
885
/**
886
886
* A confirmed transaction on the ledger
887
+ *
888
+ * @deprecated Deprecated since Solana v1.8.0.
887
889
*/
888
890
export type ConfirmedTransaction = {
889
891
/** The slot during which the transaction was processed */
@@ -1013,7 +1015,9 @@ export type BlockResponse = {
1013
1015
} ;
1014
1016
1015
1017
/**
1016
- * A ConfirmedBlock on the ledger
1018
+ * A confirmed block on the ledger
1019
+ *
1020
+ * @deprecated Deprecated since Solana v1.8.0.
1017
1021
*/
1018
1022
export type ConfirmedBlock = {
1019
1023
/** Blockhash of this block */
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ export const FeeCalculatorLayout = BufferLayout.nu64('lamportsPerSignature');
9
9
10
10
/**
11
11
* Calculator for transaction fees.
12
+ *
13
+ * @deprecated Deprecated since Solana v1.8.0.
12
14
*/
13
15
export interface FeeCalculator {
14
16
/** Cost in lamports to validate a signature. */
You can’t perform that action at this time.
0 commit comments