UNPKG

@circle-fin/circle-sdk

Version:
28 lines (26 loc) 652 B
/* 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 CbitInstruction */ export interface CbitInstruction { /** * Circle tracking reference that needs to be set in the CBIT public description field. * @type {string} * @memberof CbitInstruction */ trackingRef?: string; /** * Circle wallet address that needs to be set in the CBIT recipient wallet field. * @type {string} * @memberof CbitInstruction */ walletAddress?: string; }