handler.go

29/08/2024 0 Comments 0 tags

handler.go

msg.go

29/08/2024 0 Comments 0 tags

# 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