@sentio/sdk
    Preparing search index...

    Type Alias MoveOnIntervalConfig

    MoveOnIntervalConfig: Message<"processor.MoveOnIntervalConfig"> & {
        fetchConfig?: MoveFetchConfig;
        intervalConfig?: OnIntervalConfig;
        ownerType: MoveOwnerType;
        resourceFetchConfig?: MoveAccountFetchConfig;
        type: string;
    }

    Type Declaration

    • OptionalfetchConfig?: MoveFetchConfig

      from field: processor.MoveFetchConfig fetch_config = 5;

    • OptionalintervalConfig?: OnIntervalConfig

      from field: processor.OnIntervalConfig interval_config = 1;

    • ownerType: MoveOwnerType

      from field: processor.MoveOwnerType owner_type = 3;

    • OptionalresourceFetchConfig?: MoveAccountFetchConfig

      from field: processor.MoveAccountFetchConfig resource_fetch_config = 4;

    • type: string

      from field: string type = 2;

    from message processor.MoveOnIntervalConfig