Build Authorization Transaction Metadata
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.
chain Id
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)