Sha256: 8a9f8cb5e3c1efeb21236b4d347f2bfe3a72a7604030628679f9852a7fdbfa32

Contents?: true

Size: 976 Bytes

Versions: 8

Compression:

Stored size: 976 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: flow/legacy/entities/account.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("flow/legacy/entities/account.proto", :syntax => :proto3) do
    add_message "entities.Account" do
      optional :address, :bytes, 1
      optional :balance, :uint64, 2
      optional :code, :bytes, 3
      repeated :keys, :message, 4, "entities.AccountKey"
    end
    add_message "entities.AccountKey" do
      optional :index, :uint32, 1
      optional :public_key, :bytes, 2
      optional :sign_algo, :uint32, 3
      optional :hash_algo, :uint32, 4
      optional :weight, :uint32, 5
      optional :sequence_number, :uint32, 6
    end
  end
end

module Entities
  Account = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("entities.Account").msgclass
  AccountKey = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("entities.AccountKey").msgclass
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
flow_client-0.2.3 lib/flow/legacy/entities/account_pb.rb
flow_client-0.2.3-arm64-darwin-21 lib/flow/legacy/entities/account_pb.rb
flow_client-0.2.2 lib/flow/legacy/entities/account_pb.rb
flow_client-0.2.1 lib/flow/legacy/entities/account_pb.rb
flow_client-0.2.0 lib/flow/legacy/entities/account_pb.rb
flow_client-0.1.2 lib/flow/legacy/entities/account_pb.rb
flow_client-0.1.1 lib/flow/legacy/entities/account_pb.rb
flow_client-0.1.0 lib/flow/legacy/entities/account_pb.rb