export interface GetDetailsOfWalletTransactionRequest { /** * ID of the wallet. String starting with **ewallet_**. */ wallet: `ewallet_${string}`; /** * ID of the transaction, from the response to [List Wallet Transactions](ref:list-wallet-transactions). String starting with **wt_**. */ transaction: `wt_${string}`; } //# sourceMappingURL=GetDetailsOfWalletTransactionRequest.d.ts.map