CreateClaimableBalanceOperationResponse constructor
- String sponsor,
- Asset asset,
- String amount,
- List<
ClaimantResponse> claimants
Implementation
CreateClaimableBalanceOperationResponse(
this.sponsor, this.asset, this.amount, this.claimants);
CreateClaimableBalanceOperationResponse(
this.sponsor, this.asset, this.amount, this.claimants);