Preparing search index...
The search index is not available
@secrecy/lib
@secrecy/lib
client/SecrecyWalletClient
SecrecyWalletClient
Class SecrecyWalletClient
Index
Constructors
constructor
Methods
create
Signature
create
Transaction
Constructors
constructor
new
Secrecy
Wallet
Client
(
client
)
:
SecrecyWalletClient
Parameters
client
:
SecrecyClient
Returns
SecrecyWalletClient
Methods
create
Signature
create
Signature
(
__namedParameters
)
:
Promise
<
SecrecyWalletResponse
<
string
>
>
Parameters
__namedParameters
:
{
message
:
string
;
network
?:
InfuraNetwork
;
}
message
:
string
Optional
network
?:
InfuraNetwork
Returns
Promise
<
SecrecyWalletResponse
<
string
>
>
create
Transaction
create
Transaction
(
__namedParameters
)
:
Promise
<
SecrecyWalletResponse
<
{
hash
:
string
;
id
:
string
;
}
>
>
Parameters
__namedParameters
:
{
network
?:
InfuraNetwork
;
tx
:
TransactionRequest
;
}
Optional
network
?:
InfuraNetwork
tx
:
TransactionRequest
Returns
Promise
<
SecrecyWalletResponse
<
{
hash
:
string
;
id
:
string
;
}
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
Signature
create
Transaction
@secrecy/lib
Loading...