BuildAuthorizationTransactionRequest

data class BuildAuthorizationTransactionRequest(val signature: String, val subsidize: Boolean? = null)

Request body for the POST build-authorization-transaction endpoint.

The chainId goes in the URL path, not in the body.

Parameters

signature

The signed authorization hash (without 0x prefix).

subsidize

When true, the API submits the transaction on-chain and returns the transactionHash.

Constructors

Link copied to clipboard
constructor(signature: String, subsidize: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val subsidize: Boolean? = null