UnknownOpenActionConfig: {
    address: EvmAddress;
    data: Data;
    type: UNKNOWN_OPEN_ACTION;
}

Type declaration

  • address: EvmAddress

    The address of the Unknown Open Action module contract.

  • data: Data

    The data to initialize the Unknown Open Action contract logic for the given publication.

    It's consumer responsibility to encode it correctly.

  • type: UNKNOWN_OPEN_ACTION