Skip to content

Commit 8ce592e

Browse files
Merge pull request #5253 from BitGo/BTC-1450.improve-txExpl-comments
chore(sdk-core): clarify outputs/outputAmount
2 parents e5b5188 + 47cfbe6 commit 8ce592e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/sdk-core/src/bitgo/baseCoin/iBaseCoin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ export interface ITransactionExplanation<TFee = any, TAmount = any> {
8585
/** @deprecated */
8686
displayOrder?: string[];
8787
id: string;
88+
/** NOTE: External recipients */
8889
outputs: ITransactionRecipient[];
90+
/** NOTE: External amount */
8991
outputAmount: TAmount;
9092
changeOutputs: ITransactionRecipient[];
9193
changeAmount: TAmount;

0 commit comments

Comments
 (0)