Comment on page
MessageSignerWalletAdapterProps
Name | Type |
---|---|
Name | extends string = string |
- ↳
MessageSignerWalletAdapterProps
• connected:
boolean
Inherited from
Defined in
• connecting:
boolean
Inherited from
Defined in
• icon:
string
Inherited from
Defined in
Inherited from
Defined in
• publicKey:
string
Inherited from
Defined in
Inherited from
Defined in
• supportedTransactionVersions:
ReadonlySet
<any
>Inherited from
Defined in
• url:
string
Inherited from
Defined in
▸ connect(
decryptPermission
, network
, programs?
): Promise
<void
>Parameters
Name | Type |
---|---|
decryptPermission | |
network | |
programs? | string [] |
Returns
Promise
<void
>Inherited from
Defined in
▸ decrypt(
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
▸ disconnect():
Promise
<void
>Returns
Promise
<void
>Inherited from
Defined in
▸ getExecution(
transactionId
): Promise
<string
>Parameters
Name | Type |
---|---|
transactionId | string |
Returns
Promise
<string
>Defined in
▸ requestBulkTransactions(
transactions
): Promise
<string
[]>Parameters
Name | Type |
---|---|
transactions |
Returns
Promise
<string
[]>Defined in
▸ requestDeploy(
deployment
): Promise
<string
>Parameters
Name | Type |
---|---|
deployment |
Returns
Promise
<string
>Defined in
▸ requestExecution(
transaction
): Promise
<string
>Parameters
Name | Type |
---|---|
transaction |
Returns
Promise
<string
>Defined in
▸ requestRecordPlaintexts(
program
): Promise
<any
[]>Parameters
Name | Type |
---|---|
program | string |
Returns
Promise
<any
[]>Defined in
▸ requestRecords(
program
): Promise
<any
[]>Parameters
Name | Type |
---|---|
program | string |
Returns
Promise
<any
[]>Defined in
▸ requestTransaction(
transaction
): Promise
<string
>Parameters
Name | Type |
---|---|
transaction |
Returns
Promise
<string
>Defined in
▸ requestTransactionHistory(
program
): Promise
<any
[]>Parameters
Name | Type |
---|---|
program | string |
Returns
Promise
<any
[]>Defined in
▸ signMessage(
message
): Promise
<Uint8Array
>Parameters
Name | Type |
---|---|
message | Uint8Array |
Returns
Promise
<Uint8Array
>Defined in
▸ transactionStatus(
transactionId
): Promise
<string
>Parameters
Name | Type |
---|---|
transactionId | string |
Returns
Promise
<string
>Defined in
Last modified 1mo ago