Search
Preparing search index...
The search index is not available
Home
PersonalAccountRegistryContract
Class PersonalAccountRegistryContract
Hierarchy
InternalContract
PersonalAccountRegistryContract
Index
Constructors
constructor
Properties
name
Accessors
address
Methods
compute
Account
Address
destroy
encode
Add
Account
Owner
encode
Deploy
Account
encode
Execute
Account
Transaction
encode
IsAccount
Deployed
encode
Refund
Account
Call
encode
Remove
Account
Owner
init
parse
Log
Constructors
constructor
new
Personal
Account
Registry
Contract
(
)
:
PersonalAccountRegistryContract
Returns
PersonalAccountRegistryContract
Properties
Readonly
name
name
:
ContractNames
Accessors
address
get
address
(
)
:
string
Returns
string
Methods
compute
Account
Address
compute
Account
Address
(
saltOwner
:
string
)
:
string
Parameters
saltOwner:
string
Returns
string
destroy
destroy
(
)
:
void
Returns
void
Optional
encode
Add
Account
Owner
encode
Add
Account
Owner
(
account
:
string
, owner
:
string
)
:
TransactionRequest
Parameters
account:
string
owner:
string
Returns
TransactionRequest
Optional
encode
Deploy
Account
encode
Deploy
Account
(
account
:
string
)
:
TransactionRequest
Parameters
account:
string
Returns
TransactionRequest
Optional
encode
Execute
Account
Transaction
encode
Execute
Account
Transaction
(
account
:
string
, to
:
string
, value
:
BigNumberish
, data
:
BytesLike
)
:
TransactionRequest
Parameters
account:
string
to:
string
value:
BigNumberish
data:
BytesLike
Returns
TransactionRequest
encode
IsAccount
Deployed
encode
IsAccount
Deployed
(
account
:
string
)
:
TransactionRequest
Parameters
account:
string
Returns
TransactionRequest
Optional
encode
Refund
Account
Call
encode
Refund
Account
Call
(
account
:
string
, feeToken
:
string
, feeAmount
:
BigNumberish
)
:
TransactionRequest
Parameters
account:
string
feeToken:
string
feeAmount:
BigNumberish
Returns
TransactionRequest
Optional
encode
Remove
Account
Owner
encode
Remove
Account
Owner
(
account
:
string
, owner
:
string
)
:
TransactionRequest
Parameters
account:
string
owner:
string
Returns
TransactionRequest
init
init
(
context
:
Context
)
:
void
Parameters
context:
Context
Returns
void
parse
Log
parse
Log
(
log
:
ContractLog
)
:
ContractEvent
Parameters
log:
ContractLog
Returns
ContractEvent
Globals
Personal
Account
Registry
Contract
constructor
name
address
compute
Account
Address
destroy
encode
Add
Account
Owner
encode
Deploy
Account
encode
Execute
Account
Transaction
encode
IsAccount
Deployed
encode
Refund
Account
Call
encode
Remove
Account
Owner
init
parse
Log