WalletIdRequestHeader

Adds the Wallet ID to the request

class WalletIdRequestHeader(walletId: String) : RequestHeaderFactory

Constructors

WalletIdRequestHeader
Link copied to clipboard
fun WalletIdRequestHeader(walletId: String)

Functions

addHeaders
Link copied to clipboard

Adds a name and value to a Map of HTTP request headers

open override fun addHeaders(headers: MutableMap<String, String>)
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

walletId
Link copied to clipboard
val walletId: String