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 986e2f1 commit fa3376bCopy full SHA for fa3376b
modules/sdk-core/src/bitgo/baseCoin/iBaseCoin.ts
@@ -82,7 +82,8 @@ export interface ITransactionFee<TAmount = string> {
82
}
83
84
export interface ITransactionExplanation<TFee = any, TAmount = any> {
85
- displayOrder: string[];
+ /** @deprecated */
86
+ displayOrder?: string[];
87
id: string;
88
outputs: ITransactionRecipient[];
89
outputAmount: TAmount;
0 commit comments