Search
Preparing search index...
The search index is not available
Secret.js Docs
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Secret.js Docs
SecretNetworkClient
Class SecretNetworkClient
Hierarchy
SecretNetworkClient
Index
Constructors
constructor
Properties
address
query
tx
utils
Methods
prepare
And
Sign
Constructors
constructor
new
Secret
Network
Client
(
options
:
CreateClientOptions
)
:
SecretNetworkClient
Creates a new SecretNetworkClient client. For a readonly client pass just the
grpcUrl
param.
Parameters
options:
CreateClientOptions
Returns
SecretNetworkClient
Properties
Readonly
address
address
:
string
Readonly
query
query
:
Querier
Readonly
tx
tx
:
TxSender
utils
utils
:
{
accessControl
:
{
permit
:
PermitSigner
}
}
Type declaration
access
Control
:
{
permit
:
PermitSigner
}
permit
:
PermitSigner
Methods
prepare
And
Sign
prepare
And
Sign
(
messages
:
Msg
[]
, txOptions
?:
TxOptions
)
:
Promise
<
Uint8Array
>
Parameters
messages:
Msg
[]
Optional
txOptions:
TxOptions
Returns
Promise
<
Uint8Array
>
Exports
<internal>
Secret
Network
Client
constructor
address
query
tx
utils
prepare
And
Sign
Creates a new SecretNetworkClient client. For a readonly client pass just the
grpcUrl
param.