export type ValueInformation = {
txHash: string;
height: string;
status: boolean;
timestamp: string;
memo: string;
};
export type ValueInformation = {
txHash: string;
height: string;
status: boolean;
timestamp: string;
memo: string;
};