build method
Builds the change trust operation.
Implementation
ChangeTrustOperation build() {
ChangeTrustOperation operation = new ChangeTrustOperation(_asset, _limit);
if (_mSourceAccount != null) {
operation.sourceAccount = _mSourceAccount;
}
return operation;
}