SignerEntry.fromJson constructor

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

Implementation

SignerEntry.fromJson(Map<String, dynamic> json)
    : account = json["signer_entry"]["account"],
      signerWeight = json["signer_entry"]["signer_weight"],
      walletLocator = json["signer_entry"]["wallet_locator"];