package
0.0.0-20240415233601-cb7fc925d612
Repository: https://github.com/creaturedev/xrpl-go.git
Documentation: pkg.go.dev

# Functions

CheckDecode decodes a string that was encoded with CheckEncode and verifies the checksum.
CheckEncode prepends a version byte, appends a four byte checksum and returns a base58 encoding of the byte slice.
Returns the byte slice decoding of the base58-encoded string and prefix.
Returns the decoded account public key encoding as a byte slice from a base58 string.
Decodes a modified base58 string to a byte slice.
Returns the decoded 'accountID' byte slice of the classic address.
Returns the decoded node public key encoding as a byte slice from a base58 string.
Returns decoded seed and its algorithm.
Returns the base58 encoding of byte slice, with the given type prefix, whilst ensuring that the byte slice is the expected length.
Returns the account public key encoding of the byte slice as a base58 string.
Encodes a byte slice to a base58 string encoded with the XRP alphabet.
Returns the classic address from public key hex string.
Returns the node public key encoding of the byte slice as a base58 string.
Returns a base58 encoding of a seed.
No description provided by the author
Returns byte slice of a double hashed given byte slice.

# Constants

Lengths in bytes.
Account/classic address prefix - value is 0.
No description provided by the author
Account public key prefix - value is 35.
No description provided by the author
ED25519 prefix - value is 237.
No description provided by the author
Family seed prefix - value is 33.
No description provided by the author
Node/validation public key prefix - value is 28.
No description provided by the author
No description provided by the author

# Variables

ErrChecksum indicates that the checksum of a check-encoded string does not verify against the checksum.
ErrChecksum indicates that the checksum of a check-encoded string does not verify against the checksum.

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author