Sha256: 70ceaca3d5edbcbbde85cd528e83952f2ae7109db824c0290c891901f227d04b
Contents?: true
Size: 509 Bytes
Versions: 2
Compression:
Stored size: 509 Bytes
Contents
# Automatically generated on 2015-04-26T19:13:29-07:00 # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct Signer # { # uint256 pubKey; # uint32 weight; // really only need 1byte # }; # # =========================================================================== module Stellar class Signer < XDR::Struct attribute :pub_key, Uint256 attribute :weight, Uint32 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.3 | generated/stellar/signer.rb |
stellar-base-0.0.2 | generated/stellar/signer.rb |