Interface ITransactionValue

interface ITransactionValue {
    toString(): string;
}

Methods

Methods