XRPL Global Variables

Collection of public constants for XRPL.

class xrpl.constants.CryptoAlgorithm(value)

Bases: str, enum.Enum

Represents the supported cryptography algorithms.

ED25519 = 'ed25519'
SECP256K1 = 'secp256k1'
exception xrpl.constants.XRPLException

Bases: Exception

Base Exception for XRPL library.