UnknownActionParams: {
    address: EvmAddress;
    data: string;
    kind: UNKNOWN;
    referrers?: ReadonlyArray<PublicationId | ProfileId>;
}

Execute the specified Unknown Open Action.

Type declaration

  • address: EvmAddress

    The address of the Unknown Open Action module contract.

    It MUST be within the target publication's openActionModules list.

  • data: string

    The data required by the Unknown Open Action to be executed.

    It's consumer responsibility to encode it correctly.

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

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

    The usage of referrers is determined by the specific Open Action module.