github.com/koko1123/flow-go-1@v0.29.6/engine/access/rest/models/model_chunk.go (about)

     1  /*
     2   * Access API
     3   *
     4   * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
     5   *
     6   * API version: 1.0.0
     7   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     8   */
     9  package models
    10  
    11  type Chunk struct {
    12  	CollectionIndex      string `json:"collection_index"`
    13  	StartState           string `json:"start_state"`
    14  	EventCollection      string `json:"event_collection"`
    15  	BlockId              string `json:"block_id"`
    16  	TotalComputationUsed string `json:"total_computation_used"`
    17  	NumberOfTransactions string `json:"number_of_transactions"`
    18  	Index                string `json:"index"`
    19  	EndState             string `json:"end_state"`
    20  }