Sha256: d14fd5d246e24641d2adddecaea7906590c082c71a792bcea18a4c67cc3adc5b
Contents?: true
Size: 503 Bytes
Versions: 22
Compression:
Stored size: 503 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct Signer # { # AccountID pubKey; # uint32 weight; // really only need 1byte # }; # # =========================================================================== module Stellar class Signer < XDR::Struct attribute :pub_key, AccountID attribute :weight, Uint32 end end
Version data entries
22 entries across 22 versions & 3 rubygems