Umi — API References - v1.3.0
Preparing search index...
umi
assertAccountExists
Function assertAccountExists
assertAccountExists
(
account
:
MaybeRpcAccount
,
name
?:
string
,
solution
?:
string
,
)
:
asserts
account
is
MaybeRpcAccount
&
{
exists
:
true
}
Ensures an account that may or may not exist actually exists.
Parameters
account
:
MaybeRpcAccount
Optional
name
:
string
Optional
solution
:
string
Returns
asserts
account
is
MaybeRpcAccount
&
{
exists
:
true
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Umi — API References - v1.3.0
Loading...
Ensures an account that may or may not exist actually exists.