Type alias WithSymbol<T>

WithSymbol<T>: T & {
    tokenSymbol: string;
}

Type Parameters

  • T extends HasTokenAddress

Generated using TypeDoc