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.
2 parents ebe6d59 + 5a1c25c commit 32d7458Copy full SHA for 32d7458
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