github.com/aeternity/aepp-sdk-go/v4@v4.0.1/swagguard/node/models/uint64.go (about)

     1  // Code generated by go-swagger; DO NOT EDIT.
     2  
     3  package models
     4  
     5  // This file was generated by the swagger tool.
     6  // Editing this file might prove futile when you re-run the swagger generate command
     7  
     8  import (
     9  	strfmt "github.com/go-openapi/strfmt"
    10  )
    11  
    12  // Uint64 uint64
    13  // swagger:model UInt64
    14  type Uint64 uint64
    15  
    16  // Validate validates this uint64
    17  func (m Uint64) Validate(formats strfmt.Registry) error {
    18  	return nil
    19  }