FederationResponse constructor

FederationResponse(
  1. String? stellarAddress,
  2. String? accountId,
  3. String? memoType,
  4. String? memo,
)

Implementation

FederationResponse(this.stellarAddress, this.accountId, this.memoType, this.memo);