export type AccountInfoByStateInit = {
    public_key: string;
    address: string;
};
