We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d1bb4 commit f002762Copy full SHA for f002762
modules/sdk-core/src/bitgo/utils/tss/baseTypes.ts
@@ -68,6 +68,7 @@ export interface SolVersionedTransactionData {
68
numReadonlySignedAccounts: number;
69
numReadonlyUnsignedAccounts: number;
70
};
71
+ recentBlockhash?: string;
72
}
73
74
export interface aptosCustomTransactionParams {
modules/sdk-core/src/bitgo/wallet/iWallet.ts
@@ -202,6 +202,7 @@ export interface PrebuildTransactionOptions {
202
203
204
205
206
207
/**
208
* Custom transaction parameters for Aptos entry function calls.
0 commit comments