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

     1  package models
     2  
     3  // PostTransactionsResponse transaction ID of the submission.
     4  type PostTransactionsResponse struct {
     5  	// Txid encoding of the transaction hash.
     6  	Txid string `json:"txId"`
     7  }