-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explain the Mint Genesis configuration syntax #440
Comments
Also And... increasing number of trigger repetitions. {
"Mint": {
"object": 5,
"destination_id": {
"TriggerId": "my_cool_trigger"
}
}
} |
It's kinda confusing to represent all this different actions by the same isi type. |
Can you elaborate, please?
Does it mean such Mint instance will increment
If there's no technical limitation over how the instruction is represented, I'm sure |
Yes.
Sure. Mint instruction could be used to change how user transaction's signatures are checked (either any account signature to be attached or all signatures to be attached). {
"Mint": {
"object": { "SignatureCheckCondition": {"AnyAccountSignatureOr": []} },
"destination_id": {
"AccountId": "alice@wonderland"
}
}
} |
Recently, Matías Salimbene asked us about the role of
object
field in GenesisMint
ISI.Object here means we can mint both values and public keys, according to @Erigara.
The text was updated successfully, but these errors were encountered: