export default interface IWallet {
    secret: string;
    address: string;
}
