@sentio/sdk
    Preparing search index...

    Type Alias AccountConfig

    AccountConfig: Message<"processor.AccountConfig"> & {
        address: string;
        chainId: string;
        endBlock: bigint;
        intervalConfigs: OnIntervalConfig[];
        logConfigs: LogHandlerConfig[];
        moveCallConfigs: MoveCallHandlerConfig[];
        moveIntervalConfigs: MoveOnIntervalConfig[];
        moveResourceChangeConfigs: MoveResourceChangeConfig[];
        startBlock: bigint;
    }

    Type Declaration

    • address: string

      from field: string address = 2;

    • chainId: string

      from field: string chain_id = 1;

    • endBlock: bigint

      from field: uint64 end_block = 10;

    • intervalConfigs: OnIntervalConfig[]

      from field: repeated processor.OnIntervalConfig interval_configs = 4;

    • logConfigs: LogHandlerConfig[]

      from field: repeated processor.LogHandlerConfig log_configs = 6;

    • moveCallConfigs: MoveCallHandlerConfig[]

      from field: repeated processor.MoveCallHandlerConfig move_call_configs = 8;

    • moveIntervalConfigs: MoveOnIntervalConfig[]

      from field: repeated processor.MoveOnIntervalConfig move_interval_configs = 7;

    • moveResourceChangeConfigs: MoveResourceChangeConfig[]

      from field: repeated processor.MoveResourceChangeConfig move_resource_change_configs = 9;

    • startBlock: bigint

      from field: uint64 start_block = 3;

    from message processor.AccountConfig