Preparing search index...
The search index is not available
@biconomy/account
@biconomy/account
BaseValidationModule
Class BaseValidationModule
Abstract
Hierarchy (
view full
)
BaseValidationModule
ECDSAOwnershipValidationModule
MultiChainValidationModule
SessionKeyManagerModule
BatchedSessionRouterModule
Implements
IValidationModule
Index
Constructors
constructor
Properties
entry
Point
Address
Methods
get
Address
get
Dummy
Signature
get
Init
Data
get
Signer
set
Entry
Point
Address
sign
Message
sign
Message
Smart
Account
Signer
sign
User
Op
Hash
Constructors
constructor
new
Base
Validation
Module
(
moduleConfig
)
:
BaseValidationModule
Parameters
moduleConfig
:
BaseValidationModuleConfig
Returns
BaseValidationModule
Properties
entry
Point
Address
entry
Point
Address
:
`
0x
${
string
}
`
Methods
Abstract
get
Address
get
Address
(
)
:
`
0x
${
string
}
`
Returns
`
0x
${
string
}
`
Abstract
get
Dummy
Signature
get
Dummy
Signature
(
_params
?
)
:
Promise
<
`
0x
${
string
}
`
>
Parameters
Optional
_params
:
ModuleInfo
Returns
Promise
<
`
0x
${
string
}
`
>
Abstract
get
Init
Data
get
Init
Data
(
)
:
Promise
<
`
0x
${
string
}
`
>
Returns
Promise
<
`
0x
${
string
}
`
>
Abstract
get
Signer
get
Signer
(
)
:
Promise
<
SmartAccountSigner
<
any
>
>
Returns
Promise
<
SmartAccountSigner
<
any
>
>
set
Entry
Point
Address
set
Entry
Point
Address
(
entryPointAddress
)
:
void
Parameters
entryPointAddress
:
`
0x
${
string
}
`
Returns
void
Abstract
sign
Message
sign
Message
(
_message
)
:
Promise
<
string
>
Parameters
_message
:
string
|
Uint8Array
Returns
Promise
<
string
>
sign
Message
Smart
Account
Signer
sign
Message
Smart
Account
Signer
(
_message
,
signer
)
:
Promise
<
string
>
Parameters
_message
:
string
|
Uint8Array
signer
:
SmartAccountSigner
<
any
>
Returns
Promise
<
string
>
Abstract
sign
User
Op
Hash
sign
User
Op
Hash
(
_userOpHash
,
_params
?
)
:
Promise
<
`
0x
${
string
}
`
>
Parameters
_userOpHash
:
string
Optional
_params
:
ModuleInfo
Returns
Promise
<
`
0x
${
string
}
`
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
entry
Point
Address
get
Address
get
Dummy
Signature
get
Init
Data
get
Signer
set
Entry
Point
Address
sign
Message
sign
Message
Smart
Account
Signer
sign
User
Op
Hash
@biconomy/account
Loading...