Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Start ¶
@title tx-submit-api @version v0 @description Cardano Transaction Submit API @BasePath / @contact.name Blink Labs Software @contact.url https://blinklabs.io @contact.email support@blinklabs.io
@license.name Apache 2.0 @license.url http://www.apache.org/licenses/LICENSE-2.0.html
Types ¶
type TxHashPathParams ¶ added in v0.14.0
type TxHashPathParams struct {
TxHash string `uri:"tx_hash" binding:"required"` // Transaction hash
}
Path parameters for GET requests
Click to show internal directories.
Click to hide internal directories.