FullNodeConfig

data class FullNodeConfig(var headers: Map<String, Any>? = null) : ClientHeadersType

A Fullnode only configuration object.

Parameters

headers
  • extra headers we want to send with the request

Constructors

Link copied to clipboard
constructor(headers: Map<String, Any>? = null)

Properties

Link copied to clipboard
open override var headers: Map<String, Any>?