stellar_flutter_sdk
stellar_flutter_sdk
AccountDebitedEffectResponse
AccountDebitedEffectResponse constructor
AccountDebitedEffectResponse
stellar_flutter_sdk
stellar_flutter_sdk
AccountDebitedEffectResponse
AccountDebitedEffectResponse constructor
AccountDebitedEffectResponse class
Constructors
AccountDebitedEffectResponse
fromJson
Properties
account
accountMuxed
accountMuxedId
amount
asset
assetCode
assetIssuer
assetType
createdAt
hashCode
id
links
pagingToken
rateLimitLimit
rateLimitRemaining
rateLimitReset
runtimeType
type
Methods
noSuchMethod
setHeaders
toString
Operators
operator ==
AccountDebitedEffectResponse
constructor
AccountDebitedEffectResponse
(
String
amount
,
String
assetType
,
String
assetCode
,
String
assetIssuer
)
Implementation
AccountDebitedEffectResponse( this.amount, this.assetType, this.assetCode, this.assetIssuer);