package exonum.examples.cryptoowls

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Auction

data_layout.proto:63

Information about auction.

Used in: AuctionState

message AuctionState

data_layout.proto:75

Auction state.

message Bid

data_layout.proto:55

Auction bid.

message CreateAuction

transactions.proto:49

Transaction type for adding a new item.

message CreateUser

transactions.proto:24

Transaction to create a new user.

message CryptoOwl

data_layout.proto:23

CryptoOwl. Unique identifier of the owl is a hash of this data structure.

Used in: CryptoOwlState

message CryptoOwlState

data_layout.proto:31

Current owl state.

message Issue

transactions.proto:43

Transaction to issue funds.

message MakeBid

transactions.proto:60

message MakeOwl

transactions.proto:31

Transaction to create an owl. A new random owl created if mother and father are not defined (zero identifiers passed).

message User

data_layout.proto:41

User