@circle-fin/circle-sdk
Version:
Node.js SDK for Circle API
28 lines (26 loc) • 703 B
text/typescript
/* tslint:disable */
/* eslint-disable */
/**
* 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 CbitFiatAccountCreationRequest
*/
export interface CbitFiatAccountCreationRequest {
/**
* Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
* @type {string}
* @memberof CbitFiatAccountCreationRequest
*/
idempotencyKey: string;
/**
* CBIT wallet address.
* @type {string}
* @memberof CbitFiatAccountCreationRequest
*/
walletAddress: string;
}