fix: alias `TransactionCtorFields_DEPRECATED` back to the way it was for back-compat
This commit is contained in:
parent
f3c77f7d9e
commit
48d034b69d
|
@ -142,6 +142,11 @@ export type TransactionCtorFields_DEPRECATED = {
|
|||
recentBlockhash?: Blockhash;
|
||||
};
|
||||
|
||||
// For backward compatibility; an unfortunate consequence of being
|
||||
// forced to over-export types by the documentation generator.
|
||||
// See https://github.com/solana-labs/solana/pull/25820
|
||||
export type TransactionCtorFields = TransactionCtorFields_DEPRECATED;
|
||||
|
||||
/**
|
||||
* List of Transaction object fields that may be initialized at construction
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue