GenResult
GenResult<
TDataType,TTag>:object
A result type for a single yield of writeContractOptimistic
Type parameters
| Parameter |
|---|
TDataType |
TTag extends string |
Type declaration
data
data:
TDataType
errors
errors?:
ReadonlyArray<TypedError<string>>
success
success:
true
tag
tag:
TTag
Source
GenResult.ts:7
Generated using typedoc-plugin-markdown and TypeDoc