Paramètre passé lors du contrat d'appel à Michelson
1 réponses
- votes
-
- 2019-01-31
Il abesoin d'êtreexactement un
int
.Quelque choseproche de ce que vous décrivezestprobablement commentplusieurspoints d'entréepour les contrats seraientprisen charge,bien qu'il y aurait une étiquette supplémentairepourindiquer laposition dutype dans la disjonction.
Latechniqueest connue sous lenom de "polymorphisme detype somme".
It does need to be exactly an
int
.Something close to what you describe is probably how multiple entry points for contracts would be supported, though there would be an additional tag to indicate the position of the type in the disjunction.
The technique is known as "sum-type polymorphism".
-
Génial,c'est unefonctionnalité dans les œuvres?great, so this is a feature in the works?
- 1
- 2019-01-31
- Rob
-
Jen'aientenduparler depersonne qui ytravaillait,mais c'est unprojet amusantpour un amendementI haven't heard of anyone working on this, but it's a fun project for an amendment
- 1
- 2019-02-01
- Arthur B
Lorsquej'appelle le contrat Opcode à Michelson,disons quej'ai une commande comme:
CONTRACT int;
Le contrat appelle-t-il que cela sur doit avoir
int
commeparamètre oupourrait-il être quelque chose comme: