Documentation
    Preparing search index...

    Interface CreateRivetKitOptions<Registry>

    interface CreateRivetKitOptions<Registry extends AnyActorRegistry> {
        hashFunction?: (opts: ActorOptions<Registry, any>) => string;
    }

    Type Parameters

    Index

    Properties

    Properties

    hashFunction?: (opts: ActorOptions<Registry, any>) => string