@solana/web3.js
Preparing search index...
CreateEd25519InstructionWithPrivateKeyParams
Type Alias CreateEd25519InstructionWithPrivateKeyParams
Params for creating an ed25519 instruction using a private key
type
CreateEd25519InstructionWithPrivateKeyParams
=
{
instructionIndex
?:
number
;
message
:
Uint8Array
;
privateKey
:
Uint8Array
;
}
Index
Properties
instruction
Index?
message
private
Key
Properties
Optional
instruction
Index
instructionIndex
?:
number
message
message
:
Uint8Array
private
Key
privateKey
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
instruction
Index
message
private
Key
@solana/web3.js
Loading...
Params for creating an ed25519 instruction using a private key