github.com/algorand/go-algorand-sdk@v1.24.0/client/v2/common/models/shim.go (about)

     1  package models
     2  
     3  // Types in this file are used to help convert between hand written code
     4  // that doesn't quite match the spec, and code generated from the spec.
     5  
     6  // NodeStatus is the algod status report.
     7  type NodeStatus NodeStatusResponse
     8  
     9  // PendingTransactionInfoResponse is the single pending transaction response.
    10  type PendingTransactionInfoResponse PendingTransactionResponse
    11  
    12  // HealthCheckResponse defines model for HealthCheckResponse.
    13  type HealthCheckResponse HealthCheck
    14  
    15  // Supply
    16  type Supply SupplyResponse
    17  
    18  // VersionBuild
    19  type VersionBuild BuildVersion