@solana/web3.js
Preparing search index...
CreateSecp256k1InstructionWithPublicKeyParams
Type Alias CreateSecp256k1InstructionWithPublicKeyParams
Params for creating an secp256k1 instruction using a public key
type
CreateSecp256k1InstructionWithPublicKeyParams
=
{
instructionIndex
?:
number
;
message
:
Buffer
|
Uint8Array
|
number
[]
;
publicKey
:
Buffer
|
Uint8Array
|
number
[]
;
recoveryId
:
number
;
signature
:
Buffer
|
Uint8Array
|
number
[]
;
}
Index
Properties
instruction
Index?
message
public
Key
recovery
Id
signature
Properties
Optional
instruction
Index
instructionIndex
?:
number
message
message
:
Buffer
|
Uint8Array
|
number
[]
public
Key
publicKey
:
Buffer
|
Uint8Array
|
number
[]
recovery
Id
recoveryId
:
number
signature
signature
:
Buffer
|
Uint8Array
|
number
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
instruction
Index
message
public
Key
recovery
Id
signature
@solana/web3.js
Loading...
Params for creating an secp256k1 instruction using a public key