Category: Codice Registrazione Pazienti
Files del Codice di Registrazione dei Pazienti
msg.go
29/08/2024
0 Comments
# msg.go package types import (sdk “github.com/cosmos/cosmos-sdk/types”) const (TypeMsgRegisterPatient = “register_patient”) // MsgRegisterPatient definisce un messaggio per registrare un nuovo pazientetype MsgRegisterPatient struct {Creator sdk.AccAddress json:"creator" yaml:"creator"Name string json:"name" yaml:"name"Email