/** * Cardano Wallet Backend API *
* * OpenAPI spec version: 2021.3.4 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { WalletswalletIdpaymentfeesAmount, WalletswalletIdpaymentfeesPayments, WalletswalletIdtransactionsAmount, WalletswalletIdtransactionsDepth, WalletswalletIdtransactionsExpiresAt, WalletswalletIdtransactionsInputs, WalletswalletIdtransactionsInsertedAt, WalletswalletIdtransactionsMint, WalletswalletIdtransactionsPendingSince, WalletswalletIdtransactionsWithdrawals } from '.'; /** * * @export * @interface ApiTransaction */ export interface ApiTransaction { /** * A unique identifier for this transaction * @type {string} * @memberof ApiTransaction */ id: any; /** * * @type {WalletswalletIdtransactionsAmount} * @memberof ApiTransaction */ amount: WalletswalletIdtransactionsAmount; /** * * @type {WalletswalletIdpaymentfeesAmount} * @memberof ApiTransaction */ fee: WalletswalletIdpaymentfeesAmount; /** * * @type {WalletswalletIdpaymentfeesAmount} * @memberof ApiTransaction */ deposit: WalletswalletIdpaymentfeesAmount; /** * * @type {WalletswalletIdtransactionsInsertedAt} * @memberof ApiTransaction */ inserted_at?: WalletswalletIdtransactionsInsertedAt; /** * * @type {WalletswalletIdtransactionsExpiresAt} * @memberof ApiTransaction */ expires_at?: WalletswalletIdtransactionsExpiresAt; /** * * @type {WalletswalletIdtransactionsPendingSince} * @memberof ApiTransaction */ pending_since?: WalletswalletIdtransactionsPendingSince; /** * * @type {WalletswalletIdtransactionsDepth} * @memberof ApiTransaction */ depth?: WalletswalletIdtransactionsDepth; /** * * @type {string} * @memberof ApiTransaction */ direction: ApiTransactionDirectionEnum; /** * A list of transaction inputs. `assets` and `address` are always present for `outgoing` transactions but generally absent for `incoming` transactions. This information is present on the Cardano explorer, but is not tracked by the wallet. * @type {Array<WalletswalletIdtransactionsInputs>} * @memberof ApiTransaction */ inputs: Arraystatus: ⚠ under development
_This field is not implemented yet, and will always be empty._ Assets minted (created) or unminted (destroyed) This amount contributes to the total transaction value. Positive values denote creation of assets and negative values denote the reverse. * @type {Array<WalletswalletIdtransactionsMint>} * @memberof ApiTransaction */ mint: Array