@circle-fin/circle-sdk
Version:
Node.js SDK for Circle API
25 lines (24 loc) • 633 B
TypeScript
/**
* 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;
}