Str Key
StrKey is a helper class for encoding and decoding Stellar keys to/from strings. Stellar uses a base32 encoding with checksums called "strkey" for human-readable keys.
Functions
Decodes strkey claimable balance ID (B...) to raw bytes
Decodes strkey contract address (C...) to raw bytes
Decodes strkey ed25519 public key (G...) to raw bytes
Decodes strkey ed25519 secret seed (S...) to raw bytes
Decodes strkey liquidity pool ID (L...) to raw bytes
Decodes strkey muxed ed25519 public key (M...) to raw bytes
Decodes strkey pre-authorized transaction hash (T...) to raw bytes
Decodes strkey SHA-256 hash (X...) to raw bytes
Decodes strkey signed payload (P...) to raw bytes
Encodes raw bytes to strkey claimable balance ID (B...)
Encodes raw bytes to strkey contract address (C...)
Encodes raw bytes to strkey ed25519 public key (G...)
Encodes raw bytes to strkey ed25519 secret seed (S...)
Encodes raw bytes to strkey liquidity pool ID (L...)
Encodes raw bytes to strkey muxed ed25519 public key (M...)
Encodes raw bytes to strkey pre-authorized transaction hash (T...)
Encodes raw bytes to strkey SHA-256 hash (X...)
Encodes raw bytes to strkey signed payload (P...)
Checks validity of claimable balance ID (B...)
Checks validity of contract address (C...)
Checks validity of Stellar account ID (G...)
Checks validity of seed (S...)
Checks validity of liquidity pool ID (L...)
Checks validity of muxed ed25519 public key (M...)
Checks validity of pre-authorized transaction hash (T...)
Checks validity of SHA-256 hash (X...)
Checks validity of signed payload (P...)