fromJson

fun fromJson(json: JsonObject): Sep30ResponseSigner

Parses a JSON object into a Sep30ResponseSigner.

The JSON must contain a key field with the signer's Stellar public key.

Return

The parsed response signer

Parameters

json

The JSON object representing a signer

Throws

if the required key field is missing