PostRequestOptions

data class PostRequestOptions<T>(val suiConfig: SuiConfig, var type: SuiApiType, val params: Map<String, Any?>? = null, var body: T? = null, val overrides: ClientConfig? = null) : RequestOptions

Constructors

Link copied to clipboard
constructor(suiConfig: SuiConfig, type: SuiApiType, params: Map<String, Any?>? = null, body: T? = null, overrides: ClientConfig? = null)

Properties

Link copied to clipboard
var body: T?
Link copied to clipboard
open override val overrides: ClientConfig? = null
Link copied to clipboard
open override val params: Map<String, Any?>? = null
Link copied to clipboard
open override val suiConfig: SuiConfig
Link copied to clipboard