diff --git a/sdk/typescript/lib/subapis/transaction.ts b/sdk/typescript/lib/subapis/transaction.ts index e5fd1ccff..c19dcd97b 100644 --- a/sdk/typescript/lib/subapis/transaction.ts +++ b/sdk/typescript/lib/subapis/transaction.ts @@ -34,16 +34,16 @@ export class Transaction { getCommittedDetails( transactionIntentHash: string, options?: { - rawHex: false - receiptEvents: false - receiptFeeSource: false - receiptFeeSummary: false - receiptFeeDestination: false - receiptCostingParameters: false - receiptStateChanges: false - affectedGlobalEntities: false - balanceChanges: false - receiptOutput: false + rawHex: boolean + receiptEvents: boolean + receiptFeeSource: boolean + receiptFeeSummary: boolean + receiptFeeDestination: boolean + receiptCostingParameters: boolean + receiptStateChanges: boolean + affectedGlobalEntities: boolean + balanceChanges: boolean + receiptOutput: boolean } ): Promise { return this.innerClient.transactionCommittedDetails({