BuildAuthorizationTransactionMetadata

data class BuildAuthorizationTransactionMetadata(val authorization: AuthorizationDetail, val chainId: String, val hash: String? = null, val signature: AuthorizationSignature? = null, val subsidize: Boolean? = null)

Metadata for the authorization transaction response.

Parameters

authorization

The authorization detail.

chainId

CAIP-2 format chain identifier.

hash

Optional authorization hash.

signature

Optional authorization signature.

subsidize

Echoes the subsidize request flag.

Constructors

Link copied to clipboard
constructor(authorization: AuthorizationDetail, chainId: String, hash: String? = null, signature: AuthorizationSignature? = null, subsidize: Boolean? = null)

Properties

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