Sha256: b178b6c6c419bb93858caef20615ccb6c72710a45035fc09b70522f3d93a00a0

Contents?: true

Size: 774 Bytes

Versions: 16

Compression:

Stored size: 774 Bytes

Contents

# This code was automatically generated using xdrgen
# DO NOT EDIT or your changes may be overwritten

require 'xdr'

# === xdr source ============================================================
#
#   struct
#           {
#               Hash quorumSetHash; // D
#               uint32 nPrepared;   // n_p
#               SCPBallot commit;   // c
#               uint32 nP;          // n_P
#           }
#
# ===========================================================================
module Stellar
  class SCPStatement
    class Pledges
      class Confirm < XDR::Struct
        attribute :quorum_set_hash, Hash
        attribute :n_prepared,      Uint32
        attribute :commit,          SCPBallot
        attribute :n_p,             Uint32
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
stellar-base-0.8.0 generated/stellar/scp_statement/pledges/confirm.rb
stellar-base-0.7.0 generated/stellar/scp_statement/pledges/confirm.rb
stellar-base-0.6.1 generated/stellar/scp_statement/pledges/confirm.rb
stellar-base-0.6.0 generated/stellar/scp_statement/pledges/confirm.rb
stellar-base-0.5.0 generated/stellar/scp_statement/pledges/confirm.rb
stellar-base-0.4.0 generated/stellar/scp_statement/pledges/confirm.rb
open-core-0.3.0 generated/stellar/scp_statement/pledges/confirm.rb
stellar-base-0.3.0 generated/stellar/scp_statement/pledges/confirm.rb
stellar-base-0.2.0 generated/stellar/scp_statement/pledges/confirm.rb
stellar-base-0.1.4 generated/stellar/scp_statement/pledges/confirm.rb
stellar-base-0.1.3 generated/stellar/scp_statement/pledges/confirm.rb
stellar-base-0.1.2 generated/stellar/scp_statement/pledges/confirm.rb
stellar-base-0.1.1 generated/stellar/scp_statement/pledges/confirm.rb
stellar-base-0.1.0 generated/stellar/scp_statement/pledges/confirm.rb
stellar-base-0.0.20 generated/stellar/scp_statement/pledges/confirm.rb
stellar-base-0.0.19 generated/stellar/scp_statement/pledges/confirm.rb