Preparing search index...
The search index is not available
AppleSauce
AppleSauce
applesauce-accounts
IAccountConstructor
Interface IAccountConstructor<Signer, SignerData, Metadata>
interface
IAccountConstructor
<
Signer
,
SignerData
,
Metadata
>
{
new IAccountConstructor
new
(
pubkey
:
string
,
signer
:
Signer
)
:
IAccount
<
Signer
,
SignerData
,
Metadata
>
;
type
:
string
;
fromJSON
(
json
:
SerializedAccount
<
SignerData
,
Metadata
>
)
:
IAccount
<
Signer
,
SignerData
,
Metadata
>
;
}
Type Parameters
Signer
extends
Nip07Interface
SignerData
Metadata
extends
unknown
Index
Constructors
constructor
Properties
type
Methods
fromJSON
Constructors
constructor
new IAccount
Constructor
(
pubkey
,
signer
)
:
IAccount
<
Signer
,
SignerData
,
Metadata
>
Parameters
pubkey
:
string
signer
:
Signer
Returns
IAccount
<
Signer
,
SignerData
,
Metadata
>
Properties
Readonly
type
type
:
string
Methods
fromJSON
fromJSON
(
json
)
:
IAccount
<
Signer
,
SignerData
,
Metadata
>
Parameters
json
:
SerializedAccount
<
SignerData
,
Metadata
>
Returns
IAccount
<
Signer
,
SignerData
,
Metadata
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
type
Methods
fromJSON
AppleSauce
Loading...