export type AddressHistory = {
    addressBalance: string;
    amount: string;
    txid: string;
    height: number;
}[];
