Skip to content

Commit 32d7458

Browse files
authored
Merge pull request #5833 from BitGo/COIN-3327-deprecate-recipient
refactor(sdk-coin-apt): deprecate recipient in TxData
2 parents ebe6d59 + 5a1c25c commit 32d7458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/sdk-coin-apt/src/lib/iface.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export interface AptTransactionExplanation extends BaseTransactionExplanation {
1515
export interface TxData {
1616
id: string;
1717
sender: string;
18+
/** @deprecated - use `recipients`. */
1819
recipient: TransactionRecipient;
1920
recipients: TransactionRecipient[];
2021
sequenceNumber: number;

0 commit comments

Comments
 (0)