export type UnverifiedItem = {
    amount: number;
    callback_url: string;
    referer: string;
    date: string;
    authority: string;
};
