interface ISimpleWallet {
    available: string;
    withdrawed: string;
}

Properties

available: string
withdrawed: string