Type alias TokenInfo

TokenInfo: {
    contract?: Alias | null;
    id?: number;
    metadata?: any | null;
    standard?: string | null;
    tokenId?: string | null;
    totalSupply?: string | null;
}

Type declaration

  • Optional contract?: Alias | null
  • Optional id?: number
  • Optional metadata?: any | null
  • Optional standard?: string | null
  • Optional tokenId?: string | null
  • Optional totalSupply?: string | null

Generated using TypeDoc