Interface ITransactionEventTopic

interface ITransactionEventTopic {
    hex(): string;
    toString(): string;
}

Methods

Methods