Umi — API References - v1.3.0
    Preparing search index...

    Type Alias RpcCallOptions

    RpcCallOptions: RpcBaseOptions & { extra?: object }

    The options to use when sending a custom RPC request.

    Type Declaration

    • Optionalextra?: object

      By default, the RPC client pushes an additional options parameter to the RPC request when a commitment is specified. This extra parameter can be used to add more data to the options parameter.