registerForBlocks

abstract void registerForBlocks(BlockApiLookup.BlockApiProvider<A, C> provider, Array<Block> blocks)

Expose the API for the passed blocks.The mapping from the parameters of the query to the API is handled by the passed BlockApiProvider.

Parameters

provider

The provider.

blocks

The blocks.

Sources

jvm source
Link copied to clipboard