Polkadot Apps
Preparing search index...
@polkadot-apps/signer
Result
Type Alias Result<T, E>
Result
:
{
ok
:
true
;
value
:
T
}
|
{
error
:
E
;
ok
:
false
}
Lightweight Result type for operations that can fail expectedly.
Type Parameters
T
E
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Polkadot Apps
Loading...
Lightweight Result type for operations that can fail expectedly.