Type alias EtherValue<S>

EtherValue<S>: S extends EtherSymbol<infer T>
    ? T
    : never

Gets the value type from an EtherSymbol.

Type Parameters

  • S

Generated using TypeDoc