UnknownOpenActionModuleSettings: {
    __typename: "UnknownOpenActionModuleSettings";
    collectNft: EvmAddress | null;
    contract: NetworkAddress;
    initializeCalldata: string | null;
    initializeResultData: string | null;
    signlessApproved: boolean;
    sponsoredApproved: boolean;
    type: OpenActionModuleType;
    verified: boolean;
}

Type declaration

  • __typename: "UnknownOpenActionModuleSettings"
  • collectNft: EvmAddress | null
  • contract: NetworkAddress
  • initializeCalldata: string | null
  • initializeResultData: string | null
  • signlessApproved: boolean
  • sponsoredApproved: boolean
  • type: OpenActionModuleType
  • verified: boolean