Sha256: 3ae8816190b46a3a9c69d0308cb40bebad2314e045e3238a83dac475f0cceacd
Contents?: true
Size: 424 Bytes
Versions: 1
Compression:
Stored size: 424 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct Auth # { # Signature signature; # }; # # =========================================================================== module Stellar class Auth < XDR::Struct attribute :signature, Signature end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.5.0 | generated/stellar/auth.rb |