Get Mithril stake distribution information
Returns the information of a Mithril stake distribution
get/artifact/mithril-stake-distribution/{hash}
Path parameters
hashstring bytes required
Example:6da2b104ed68481ef829d72d72c2f6a20142916d17985e01774b14ed49f0fea1
Hash of the Mithril stake distribution to retrieve
Response
Mithril stake distribution found
Example response
{
"epoch": 123,
"hash": "6367ee65d0d1272e6e70736a1ea2cae34015874517f6328364f6b73930966732",
"certificate_hash": "7905e83ab5d7bc082c1bbc3033bfd19c539078830d19080d1f241c70aa532572",
"signers": [
{
"party_id": "1234567890",
"verification_key": "7b12766b223a5c342b39302c32392c39392c39382c3131313138342c32252c32352c31353",
"verification_key_signature": "7b5473693727369676d61223a7b227369676d6d61223a7b261223a9b227369676d61213a",
"operational_certificate": "5b73136372c38302c37342c3136362c313535b5b3232352c3230332c3235352c313030262c38322c39382c32c39332c3138342c3135362c3136362c32312c3131312c3232312c36332c3137372c3232332c3232332c31392c3537",
"kes_period": 123,
"stake": 1234
},
{
"party_id": "2345678900",
"verification_key": "7b392c39392c13131312766b223a5c39382c313342b39302c252c32352c31353328342c32",
"verification_key_signature": "2c33302c3133312c3138322c34362c3133352c372c3139302c3235322c35352c32322c39",
"operational_certificate": "3231342c3137372c37312c3232352c3233332c3135335d2c322c3139322c5b3133352c34312c3230332c3131332c3c33352c3234302c3230392c312c32392c3233332c33342c3138382c3134312c3130342c3234382c3231392c3",
"kes_period": 456,
"stake": 2345
}
],
"created_at": "2022-06-14T10:52:31Z",
"protocol_parameters": {
"k": 5,
"m": 100,
"phi_f": 0.65
}
}