Sha256: c6a3dd163c0c6e43f5fcf20493c9d7251e0dec8f8d131c9c293f0d27d3150256
Contents?: true
Size: 591 Bytes
Versions: 36
Compression:
Stored size: 591 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct DecoratedSignature # { # SignatureHint hint; // last 4 bytes of the public key, used as a hint # Signature signature; // actual signature # }; # # =========================================================================== module Stellar class DecoratedSignature < XDR::Struct attribute :hint, SignatureHint attribute :signature, Signature end end
Version data entries
36 entries across 36 versions & 2 rubygems