/** * 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. */ /** * * @export * @interface InlineResponse2008 */ export interface InlineResponse2008 { /** * A list of transaction inputs * @type {Array<ApiCoinSelectionInputs>} * @memberof InlineResponse2008 */ inputs: any; /** * A list of target outputs * @type {Array<WalletswalletIdpaymentfeesPayments>} * @memberof InlineResponse2008 */ outputs: any; /** * A list of transaction change outputs. * @type {Array<ApiCoinSelectionChange>} * @memberof InlineResponse2008 */ change: any; /** * A list of withdrawals from stake addresses. * @type {Array<ApiCoinSelectionWithdrawals>} * @memberof InlineResponse2008 */ withdrawals?: any; /** * * @type {Array<ApiCoinSelectionCertificates>} * @memberof InlineResponse2008 */ certificates?: any; /** * A list of deposits associated with a transaction. * @type {Array<WalletswalletIdpaymentfeesAmount>} * @memberof InlineResponse2008 */ deposits?: any; /** * Transaction metadata, serialized according to the expected on-chain binary format, base64-encoded. * @type {string} * @memberof InlineResponse2008 */ metadata?: any; }