@sentio/sdk
    Preparing search index...

    Class CallHandler<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    fetchConfig: MoveFetchConfig
    handler: (call: T) => Promise<ProcessResult>
    handlerName: string
    partitionHandler?: (call: T) => Promise<undefined | string>