Type alias EtherSymbol<T>

EtherSymbol<T>: symbol & {
    etherValue: T;
}

A symbol among Ether values, which resolves into the actual producing type.

Type Parameters

  • T

Type declaration

  • Readonly etherValue: T

Generated using TypeDoc