Comment on page
WalletContextState
• autoConnect:
boolean
Defined in
• connected:
boolean
Defined in
• connecting:
boolean
Defined in
• decrypt: (
cipherText
: string
, tpk?
: string
, programId?
: string
, functionName?
: string
, index?
: number
) => Promise
<string
>Type declaration
▸ (
cipherText
, tpk?
, programId?
, functionName?
, index?
): Promise
<string
>Parameters
Name | Type |
---|---|
cipherText | string |
tpk? | string |
programId? | string |
functionName? | string |
index? | number |
Returns
Promise
<string
>Defined in
• disconnecting:
boolean
Defined in
• getExecution: (
transactionId
: string
) => Promise
<string
>Type declaration
▸ (
transactionId
): Promise
<string
>Parameters
Name | Type |
---|---|
transactionId | string |
Returns
Promise
<string
>Defined in
• publicKey:
string
Defined in
• requestBulkTransactions: (
transactions
: AleoTransaction
[]) => Promise
<string
[]>Type declaration
▸ (
transactions
): Promise
<string
[]>Parameters
Name | Type |
---|---|
transactions | AleoTransaction [] |
Returns
Promise
<string
[]>Defined in
• requestDeploy: (
deployment
: AleoDeployment
) => Promise
<string
>Type declaration
▸ (
deployment
): Promise
<string
>Parameters
Name | Type |
---|---|
deployment | AleoDeployment |
Returns
Promise
<string
>Defined in
• requestExecution: (
transaction
: AleoTransaction
) => Promise
<string
>Type declaration
▸ (
transaction
): Promise
<string
>Parameters
Name | Type |
---|---|
transaction | AleoTransaction |
Returns
Promise
<string
>Defined in
• requestRecordPlaintexts: (
program
: string
) => Promise
<any
[]>Type declaration
▸ (
program
): Promise
<any
[]>Parameters
Name | Type |
---|---|
program | string |
Returns
Promise
<any
[]>Defined in
• requestRecords: (
program
: string
) => Promise
<any
[]>Type declaration
▸ (
program
): Promise
<any
[]>Parameters
Name | Type |
---|---|
program | string |
Returns
Promise
<any
[]>Defined in
• requestTransaction: (
transaction
: AleoTransaction
) => Promise
<string
>Type declaration
▸ (
transaction
): Promise
<string
>Parameters
Name | Type |
---|---|
transaction | AleoTransaction |
Returns
Promise
<string
>Defined in
• requestTransactionHistory: (
program
: string
) => Promise
<any
[]>Type declaration
▸ (
program
): Promise
<any
[]>Parameters
Name | Type |
---|---|
program | string |
Returns
Promise
<any
[]>Defined in
• signMessage: (
message
: Uint8Array
) => Promise
<Uint8Array
>Type declaration
▸ (
message
): Promise
<Uint8Array
>Parameters
Name | Type |
---|---|
message | Uint8Array |
Returns
Promise
<Uint8Array
>Defined in
• transactionStatus: (
transactionId
: string
) => Promise
<string
>Type declaration
▸ (
transactionId
): Promise
<string
>Parameters
Name | Type |
---|---|
transactionId | string |
Returns
Promise
<string
>Defined in
Defined in
Defined in
▸ connect(
decryptPermission
, network
, programs?
): Promise
<void
>Parameters
Name | Type |
---|---|
decryptPermission | DecryptPermission |
network | Testnet |
programs? | string [] |
Returns
Promise
<void
>Defined in
▸ disconnect():
Promise
<void
>Returns
Promise
<void
>Defined in
▸ select(
walletName
): void
Parameters
Name | Type |
---|---|
walletName | WalletName <string > |
Returns
void
Defined in
Last modified 1mo ago