We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba0145 commit 5a1c25cCopy full SHA for 5a1c25c
modules/sdk-coin-apt/src/lib/iface.ts
@@ -15,6 +15,7 @@ export interface AptTransactionExplanation extends BaseTransactionExplanation {
15
export interface TxData {
16
id: string;
17
sender: string;
18
+ /** @deprecated - use `recipients`. */
19
recipient: TransactionRecipient;
20
recipients: TransactionRecipient[];
21
sequenceNumber: number;
0 commit comments