@sentio/sdk
    Preparing search index...

    Type Alias MoveCallHandlerConfig

    MoveCallHandlerConfig: Message<"processor.MoveCallHandlerConfig"> & {
        fetchConfig?: MoveFetchConfig;
        filters: MoveCallFilter[];
        handlerId: number;
        handlerName: string;
    }

    Type Declaration

    • OptionalfetchConfig?: MoveFetchConfig

      from field: processor.MoveFetchConfig fetch_config = 3;

    • filters: MoveCallFilter[]

      from field: repeated processor.MoveCallFilter filters = 1;

    • handlerId: number

      from field: int32 handler_id = 2;

    • handlerName: string

      from field: string handler_name = 4;

    from message processor.MoveCallHandlerConfig