Skip to content

Commit 5a1c25c

Browse files
committed
refactor(sdk-coin-apt): deprecate recipient in TxData
TICKET: COIN-3327
1 parent 2ba0145 commit 5a1c25c

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)