Hierarchy

  • Opensea

Constructors

Methods

Properties

Constructors

Methods

  • Parameters

    • __namedParameters: {
          hash: string;
          protocolAddress: `0x${string}`;
          fulfiller: {
              address: `0x${string}`;
          };
          consideration?: {
              contract: `0x${string}`;
              token_id: string;
          };
      }
      • hash: string
      • protocolAddress: `0x${string}`
      • fulfiller: {
            address: `0x${string}`;
        }
        • address: `0x${string}`
      • Optional consideration?: {
            contract: `0x${string}`;
            token_id: string;
        }
        • contract: `0x${string}`
        • token_id: string

    Returns Promise<{
        eventName: string;
        functionName: string;
        functionArgs: unknown[];
        to: string;
        value: number;
    }>

Properties

apiUrl: string
apiKey?: string