LegacyMultirecipientFeeCollectModuleSettingsFragment: {
    __typename: "LegacyMultirecipientFeeCollectModuleSettings";
    amount: AmountFragment;
    collectLimit: string | null;
    collectNft: string | null;
    contract: NetworkAddressFragment;
    endsAt: string | null;
    followerOnly: boolean;
    recipients: {
        recipient: string;
        split: number;
    }[];
    referralFee: number;
    type: OpenActionModuleType;
}

Type declaration

  • __typename: "LegacyMultirecipientFeeCollectModuleSettings"
  • amount: AmountFragment
  • collectLimit: string | null
  • collectNft: string | null
  • contract: NetworkAddressFragment
  • endsAt: string | null
  • followerOnly: boolean
  • recipients: {
        recipient: string;
        split: number;
    }[]
  • referralFee: number
  • type: OpenActionModuleType