LegacyAaveFeeCollectModuleSettings: {
    __typename: "LegacyAaveFeeCollectModuleSettings";
    amount: Amount;
    collectLimit: string | null;
    contract: NetworkAddress;
    endsAt: string | null;
    followerOnly: boolean;
    recipient: EvmAddress;
    referralFee: number;
    type: OpenActionModuleType;
}

Type declaration

  • __typename: "LegacyAaveFeeCollectModuleSettings"
  • amount: Amount
  • collectLimit: string | null
  • contract: NetworkAddress
  • endsAt: string | null
  • followerOnly: boolean
  • recipient: EvmAddress
  • referralFee: number
  • type: OpenActionModuleType