Type alias KadoAPIChainResponse

KadoAPIChainResponse: {
    _id: string;
    associatedAssets: KadoAsset[];
    ecosystem?: string;
    label: string;
    network: string;
    officialId: string;
    origin: string;
}

Type declaration

  • _id: string
  • associatedAssets: KadoAsset[]
  • Optional ecosystem?: string
  • label: string
  • network: string
  • officialId: string
  • origin: string