CollectParams: {
    kind: COLLECT;
    referrers?: ReadonlyArray<PublicationId | ProfileId>;
}

Execute the Collect Open Action defined by the publication.

Type declaration

  • kind: COLLECT
  • Optional referrers?: ReadonlyArray<PublicationId | ProfileId>

    The referrers list. It can be a list of Publication IDs or Profile IDs.

    The referrers will be rewarded with a percentage of the referral reward fee. In case there are multiple referrers, they will split the referral reward fee equally.

    This field is ignored for legacy publications (pre-v2).

    Default Value

    if the publication is a Mirror the Mirror ID, empty otherwise.