interface NetworkAssetInfo {
    color: `#${string}`;
    logoURI?: string;
}

Hierarchy

  • TypeOf<typeof networkAssetInfoSchema>
    • NetworkAssetInfo

Properties

Properties

color: `#${string}` = ...
logoURI?: string = ...

Generated using TypeDoc