keyring

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// SupportedAlgorithms defines the list of signing algorithms used on Althea Chain:
	//  - Secp256k1: Cosmos' implementation of the SECP256K1 signing algorithm, similar to but incompatibile with Ethereum's
	//  - EthSecp256k1: Ethereum's implementation of the SECP256K1 signing algorithm
	SupportedAlgorithms = sdkkeyring.SigningAlgoList{sdkhd.Secp256k1, etherminthd.EthSecp256k1}

	// SupportedAlgorithmsLedger defines the list of signing algorithms used on Althea Chain for the Ledger device:
	//  - eth_secp256k1 (Ethereum)
	// TODO: Add a custom keyring which delegates signing to the correct application, either "Cosmos" or "Ethereum"
	// 		depending on the key type
	SupportedAlgorithmsLedger = sdkkeyring.SigningAlgoList{sdkhd.Secp256k1, etherminthd.EthSecp256k1}
)

Configuration

Functions

func Option

func Option() sdkkeyring.Option

Values used elsewhere, derived from the above config

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL