/**
 * The list of referenced token IDs.
 */
export type TransactionID = {
    ref_ids?: Array<string>;
};
//# sourceMappingURL=TransactionID.d.ts.map