https://gnoscan.io/transactions/details?txhash=x57LVIG6vWVPZgjO621lD%2F%2FnvWN4bH07jrz%2FW979eVk%3D
Check the logs, see the "signatures" field.
"signatures": [
{
"pub_key": {
"type_url": "/tm.PubKeyMultisig",
"value": {
"0": 8,
"1": 4,
"2": 18,
"3": 58,
I'm pretty sure value should be base64-encoded bytes. Are you using amino.MarshalJSON on the backend?
https://gnoscan.io/transactions/details?txhash=x57LVIG6vWVPZgjO621lD%2F%2FnvWN4bH07jrz%2FW979eVk%3D
Check the logs, see the "signatures" field.
I'm pretty sure
valueshould be base64-encoded bytes. Are you using amino.MarshalJSON on the backend?