type BlockchainInfo = {
    user_id: number;
    account_id: number;
    program_id: number;
    chain_address: string;
    validator_address: string;
    type: number;
    chain_type: number;
    memo: string;
    server_date: string;
    date_utc: string;
    client_date: Date;
    source_time_zone: string;
    source_id: string;
};
export type { BlockchainInfo };
