Interface IAccountBalance

interface IAccountBalance {
    toString(): string;
}

Methods

Methods