Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/smart-wallet
walletFactory
WalletReviver
Type alias WalletReviver
Wallet
Reviver
:
{
ackWallet
:
(
(
address
)
=>
isRevive
)
;
reviveWallet
:
(
(
address
)
=>
Promise
<
smartWallet
>
)
;
}
Type declaration
ack
Wallet
:
(
(
address
)
=>
isRevive
)
(
address
)
:
isRevive
Parameters
address
:
string
Returns
isRevive
revive
Wallet
:
(
(
address
)
=>
Promise
<
smartWallet
>
)
(
address
)
:
Promise
<
smartWallet
>
Parameters
address
:
string
Returns
Promise
<
smartWallet
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...