Umi — API References - v1.3.0
Preparing search index...
umi
HasPublicKey
Type Alias HasPublicKey<TAddress>
Defines an object that has a public key.
type
HasPublicKey
<
TAddress
extends
string
=
string
>
=
{
publicKey
:
PublicKey
<
TAddress
>
;
}
Type Parameters
TAddress
extends
string
=
string
Index
Properties
public
Key
Properties
Readonly
public
Key
publicKey
:
PublicKey
<
TAddress
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
public
Key
Umi — API References - v1.3.0
Loading...
Defines an object that has a public key.