Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / indexer / IndexerAPIAutocompleteERC20SchemaType

Type Alias: IndexerAPIAutocompleteERC20SchemaType

type IndexerAPIAutocompleteERC20SchemaType = {
  address: `0x${string}`;
  caip19: string;
  chainId: number;
  decimals: number;
  logoURI: null | string;
  name: string;
  symbol: string;
  type: "erc20";
  value: string;
};

Defined in: packages/sdk/src/indexer/schemas.ts:566

Type declaration

address

address: `0x${string}` = HexSchema;

caip19

caip19: string;

chainId

chainId: number;

decimals

decimals: number;

logoURI

logoURI: null | string;

name

name: string;

symbol

symbol: string;

type

type: "erc20";

value

value: string;