/** * Kanga Exchange API * API documentation generated from Kanga Exchange source code. * * The version of the OpenAPI document: 1.0.0 * Contact: support@kanga.exchange * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface ApiV2WalletListPost200ResponseOneOfWalletsInnerAddressesInner */ export interface ApiV2WalletListPost200ResponseOneOfWalletsInnerAddressesInner { /** * * @type {string} * @memberof ApiV2WalletListPost200ResponseOneOfWalletsInnerAddressesInner */ network: string; /** * * @type {string} * @memberof ApiV2WalletListPost200ResponseOneOfWalletsInnerAddressesInner */ type?: string; /** * * @type {string} * @memberof ApiV2WalletListPost200ResponseOneOfWalletsInnerAddressesInner */ address?: string; } /** * Check if a given object implements the ApiV2WalletListPost200ResponseOneOfWalletsInnerAddressesInner interface. */ export declare function instanceOfApiV2WalletListPost200ResponseOneOfWalletsInnerAddressesInner(value: object): boolean; export declare function ApiV2WalletListPost200ResponseOneOfWalletsInnerAddressesInnerFromJSON(json: any): ApiV2WalletListPost200ResponseOneOfWalletsInnerAddressesInner; export declare function ApiV2WalletListPost200ResponseOneOfWalletsInnerAddressesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV2WalletListPost200ResponseOneOfWalletsInnerAddressesInner; export declare function ApiV2WalletListPost200ResponseOneOfWalletsInnerAddressesInnerToJSON(value?: ApiV2WalletListPost200ResponseOneOfWalletsInnerAddressesInner | null): any; //# sourceMappingURL=ApiV2WalletListPost200ResponseOneOfWalletsInnerAddressesInner.d.ts.map