AccountCreatedEffectResponse constructor

AccountCreatedEffectResponse(
  1. String? startingBalance
)

Implementation

AccountCreatedEffectResponse(this.startingBalance);