XRPLSigners.fromJson constructor

XRPLSigners.fromJson(
  1. Map<String, dynamic> json
)

Implementation

XRPLSigners.fromJson(Map<String, dynamic> json)
    : account = json["signer"]["account"],
      txnSignature = json["signer"]["txn_signature"],
      signingPubKey = json["signer"]["signing_pub_key"];