@sentio/sdk
    Preparing search index...

    Interface MoveOnIntervalConfig

    interface MoveOnIntervalConfig {
        fetchConfig: undefined | MoveFetchConfig;
        intervalConfig: undefined | OnIntervalConfig;
        ownerType: MoveOwnerType;
        resourceFetchConfig: undefined | MoveAccountFetchConfig;
        type: string;
    }
    Index

    Properties

    fetchConfig: undefined | MoveFetchConfig
    intervalConfig: undefined | OnIntervalConfig
    ownerType: MoveOwnerType
    resourceFetchConfig: undefined | MoveAccountFetchConfig
    type: string