T402 API Reference - v2.9.0
Website
Documentation
GitHub
Preparing search index...
extensions/src
ResolutionValidation
Interface ResolutionValidation
Result of validating a resolution against the corresponding dispute.
interface
ResolutionValidation
{
valid
:
boolean
;
error
?:
ResolutionValidationError
;
detail
?:
string
;
}
Index
Properties
valid
error?
detail?
Properties
valid
valid
:
boolean
Optional
error
error
?:
ResolutionValidationError
Optional
detail
detail
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
valid
error
detail
Website
Documentation
GitHub
T402 API Reference - v2.9.0
Loading...
Result of validating a resolution against the corresponding dispute.