@sentio/sdk
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    blockHandlers: BlockHandler[] = ...
    config: BindInternalOptions
    eventHandlers: EventsHandler[] = ...
    traceHandlers: TraceHandler[] = ...
    filters: {
        Approval(
            owner?: null | string,
            spender?: null | string,
            value?: null,
        ): DeferredTopicFilter;
        Transfer(
            from?: null | string,
            to?: null | string,
            value?: null,
        ): DeferredTopicFilter;
    } = ...

    Methods

    • For a given function, creates a bound function that has the same body as the original function. The this object of the bound function is associated with the specified object, and has the specified initial parameters.

      Parameters

      Returns erc20bytes.ERC20BytesProcessor