Sha256: b22fabca92a31341ffd1c1ea31221e8f78be40e674f02d07d88468d4aab9bd16
Contents?: true
Size: 1.04 KB
Versions: 8
Compression:
Stored size: 1.04 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: flow/entities/account.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("flow/entities/account.proto", :syntax => :proto3) do add_message "flow.entities.Account" do optional :address, :bytes, 1 optional :balance, :uint64, 2 optional :code, :bytes, 3 repeated :keys, :message, 4, "flow.entities.AccountKey" map :contracts, :string, :bytes, 5 end add_message "flow.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 optional :revoked, :bool, 7 end end end module Entities Account = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flow.entities.Account").msgclass AccountKey = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("flow.entities.AccountKey").msgclass end
Version data entries
8 entries across 8 versions & 1 rubygems