Skip to content

Commit f002762

Browse files
committed
feat(sdk-core): add recentBlockhash to custom versioned solana type
Ticket: SC-3567
1 parent 37d1bb4 commit f002762

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/sdk-core/src/bitgo/utils/tss/baseTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export interface SolVersionedTransactionData {
6868
numReadonlySignedAccounts: number;
6969
numReadonlyUnsignedAccounts: number;
7070
};
71+
recentBlockhash?: string;
7172
}
7273

7374
export interface aptosCustomTransactionParams {

modules/sdk-core/src/bitgo/wallet/iWallet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ export interface PrebuildTransactionOptions {
202202
numReadonlySignedAccounts: number;
203203
numReadonlyUnsignedAccounts: number;
204204
};
205+
recentBlockhash?: string;
205206
};
206207
/**
207208
* Custom transaction parameters for Aptos entry function calls.

0 commit comments

Comments
 (0)