UnknownFollowConfig: {
    address: EvmAddress;
    data: string;
    type: UNKNOWN;
}

Type declaration

  • address: EvmAddress

    The address of the Unknown Follow module contract.

  • data: string

    The data required by the Unknown Follow contract to operate.

    It's consumer responsibility to encode it correctly.

  • type: UNKNOWN