diff --git a/src/types.ts b/src/types.ts index 47917be..782e884 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1435,8 +1435,9 @@ export interface PublicKeyInformation { } export interface DropTransactionResponse { - success: boolean; - transactions?: string[]; + txStatus: TransactionStatus; + txId: string; + replacedTxHash: string; } export interface MaxSpendableAmountResponse {