Stellar.TxBuild.Signature (Elixir Stellar SDK v0.5.0) View Source

Signature struct definition.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.TxBuild.Signature{
  hint: binary(),
  public_key: String.t(),
  raw_public_key: binary(),
  raw_secret: binary(),
  secret: String.t()
}

Link to this section Functions

Link to this function

to_xdr(signature, base_signature)

View Source

Specs

to_xdr(signature :: t(), base_signature :: binary()) ::
  StellarBase.XDR.DecoratedSignature.t()