github.com/koko1123/flow-go-1@v0.29.6/engine/access/rest/models/model_block_seal.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 BlockSeal struct {
    12  	BlockId                      string                `json:"block_id"`
    13  	ResultId                     string                `json:"result_id"`
    14  	FinalState                   string                `json:"final_state"`
    15  	AggregatedApprovalSignatures []AggregatedSignature `json:"aggregated_approval_signatures"`
    16  }