horizon icon indicating copy to clipboard operation
horizon copied to clipboard

Signer type field

Open Synesso opened this issue 7 years ago • 0 comments

The set_options operation JSON returned by Horizon does not disambiguate between signer_keys of different types (hash, signed txn hash, account).

e.g.

// sha256 hash
"signer_key": "XCVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKV6IF",

//  Ed25519 public key
"signer_key": "GAQUWIRXODT4OE3YE6L4NF3AYSR5ACEHPINM5S3J2F4XKH7FRZD4NDW2",

// Pre-authorized txn hash
"signer_key": "TCPY4QKJLOI6XLFFU7EN6FO7Y5PEFWBP6V4SXXXSQMRW2OYE27KGH4ZP",

Can we get a new field with this enumeration?

Synesso avatar Feb 24 '18 07:02 Synesso