near-api-js - v7.0.4
Preparing search index...
rpc/types.gen
AccountWithPublicKey
Type Alias AccountWithPublicKey
Account ID with its public key.
type
AccountWithPublicKey
=
{
account_id
:
AccountId
;
public_key
:
PublicKey
;
}
Index
Properties
account_
id
public_
key
Properties
account_
id
account_id
:
AccountId
public_
key
public_key
:
PublicKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account_
id
public_
key
near-api-js - v7.0.4
Loading...
Account ID with its public key.