Crate stellar_baselib

source ·
Expand description

A low-level library that offers a comprehensive set of functions for reading, writing, hashing, and signing primitive XDR constructs utilized in the Stellar network. It provides a nice abstraction for building and signing transactions

Modules

  • Create a new Account object.
  • Utility Sha256 Hash Function
  • Keypair represents public (and secret) keys of the account.
  • Contains passphrases for common networks
  • List of operations
  • Operations are individual commands that modify the ledger.
  • This module provides the signing functionality used by the stellar network
  • Util Functions
  • Reexporting the stellar_xdr library