http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-x402
/
org.http4k.connect.x402.model
/
VerifyResponse
Verify
Response
@
JsonSerializable
data
class
VerifyResponse
(
val
isValid
:
Boolean
,
val
invalidReason
:
String
?
=
null
,
val
payer
:
WalletAddress
?
=
null
)
(
source
)
Members
Constructors
Verify
Response
Link copied to clipboard
constructor
(
isValid
:
Boolean
,
invalidReason
:
String
?
=
null
,
payer
:
WalletAddress
?
=
null
)
Properties
invalid
Reason
Link copied to clipboard
val
invalidReason
:
String
?
is
Valid
Link copied to clipboard
val
isValid
:
Boolean
payer
Link copied to clipboard
val
payer
:
WalletAddress
?