Sha256: 2138967c3c626df20d79b67a2ce8e09f491ef63cadf72501288206581eb075a5
Contents?: true
Size: 565 Bytes
Versions: 36
Compression:
Stored size: 565 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct AuthCert # { # Curve25519Public pubkey; # uint64 expiration; # Signature sig; # }; # # =========================================================================== module Stellar class AuthCert < XDR::Struct attribute :pubkey, Curve25519Public attribute :expiration, Uint64 attribute :sig, Signature end end
Version data entries
36 entries across 36 versions & 2 rubygems