@solana/web3.js
Preparing search index...
CreateSecp256k1InstructionWithEthAddressParams
Type Alias CreateSecp256k1InstructionWithEthAddressParams
Params for creating an secp256k1 instruction using an Ethereum address
type
CreateSecp256k1InstructionWithEthAddressParams
=
{
ethAddress
:
Buffer
|
Uint8Array
|
number
[]
|
string
;
instructionIndex
?:
number
;
message
:
Buffer
|
Uint8Array
|
number
[]
;
recoveryId
:
number
;
signature
:
Buffer
|
Uint8Array
|
number
[]
;
}
Index
Properties
eth
Address
instruction
Index?
message
recovery
Id
signature
Properties
eth
Address
ethAddress
:
Buffer
|
Uint8Array
|
number
[]
|
string
Optional
instruction
Index
instructionIndex
?:
number
message
message
:
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
eth
Address
instruction
Index
message
recovery
Id
signature
@solana/web3.js
Loading...
Params for creating an secp256k1 instruction using an Ethereum address