setSourceAccount method
- String sourceAccount
Set source account of this operation
Implementation
AllowTrustOperationBuilder setSourceAccount(String sourceAccount) {
_mSourceAccount = sourceAccount;
return this;
}
Set source account of this operation
AllowTrustOperationBuilder setSourceAccount(String sourceAccount) {
_mSourceAccount = sourceAccount;
return this;
}