Map of RPC methods to their implementations with the SDK. We can consider this as an "RPC Mapper" for the SDK.

List of all RPC methods:

  • Parameters

    • thorClient: ThorClient

      ThorClient instance.

    • Optionalprovider: VeChainProvider

      Provider instance. It is optional because the majority of the methods do not require a provider.

    Returns Record<string, MethodHandlerType<unknown, unknown>>