Modules

Structs

Test key infos in the same order of “TEST_KEYS”.
Test keys generated by “avalanchego/utils/crypto.FactorySECP256K1R”.

Enums

Defines the key type.

Traits

Key interface that “only” allows “read” operations.
Key interface that “only” allows “sign” operations. Trait is used here to limit access to the underlying private/secret key. or to enable secure remote key management service integration (e.g., KMS ECC_SECG_P256K1).