UNPKG

@circle-fin/circle-sdk

Version:
25 lines (24 loc) 633 B
/** * 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; }