Type Alias CreateSecp256k1InstructionWithEthAddressParams

CreateSecp256k1InstructionWithEthAddressParams: {
    ethAddress:
        | Buffer
        | Uint8Array
        | number[]
        | string;
    instructionIndex?: number;
    message: Buffer | Uint8Array | number[];
    recoveryId: number;
    signature: Buffer | Uint8Array | number[];
}

Params for creating an secp256k1 instruction using an Ethereum address