View Source Stellar.TxBuild.TransactionSignature (Elixir Stellar SDK v0.17.1)

A module for tagging and signing transactions.

Summary

Types

Functions

@spec base_signature(tx_xdr :: StellarBase.XDR.Transaction.t()) :: binary()
Link to this function

sign_xdr(transaction_envelope, signature)

View Source