Preparing search index...
The search index is not available
crossbell - v1.12.0
crossbell
Result
Type Alias Result<T, HasTxHash>
Result
<
T
,
HasTxHash
>
:
HasTxHash
extends
true
?
{
data
:
T
;
transactionHash
:
Address
;
}
:
{
data
:
T
;
}
The result of a call to a transaction / get function.
Type Parameters
T
HasTxHash
extends
boolean
=
false
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
crossbell - v1.12.0
Loading...
The result of a call to a transaction / get function.