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

A module for tagging and signing transactions.

Link to this section Summary

Link to this section Types

Link to this section Functions

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

sign_xdr(transaction_envelope, signature)

View Source