RequestOptions

data class RequestOptions(val signatureApprovalMemo: String? = null, val sponsorGas: Boolean? = null)

Constructors

Link copied to clipboard
constructor(signatureApprovalMemo: String? = null, sponsorGas: Boolean? = null)

Properties

Link copied to clipboard

Optional signature approval memo to use for the request.

Link copied to clipboard
val sponsorGas: Boolean? = null

Optional flag to enable/disable sponsor the gas, to be used for the request.