Fixed trailing whitespace

This commit is contained in:
JFGHT 2018-03-15 20:18:46 +01:00 committed by GitHub
parent 6394ee4590
commit 841bb34e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -739,14 +739,14 @@ export namespace Operation {
function fromXDRObject<T extends Operation>(xdrOperation: xdr.Operation<T>): T;
}
export class OperationCallBuilder extends CallBuilder<OperationRecord> {
export class OperationCallBuilder extends CallBuilder<OperationRecord> {
forAccount(accountId: string): this;
forLedger(sequence: string): this;
forTransaction(transactionId: string): this;
}
export class OrderbookCallBuilder extends CallBuilder<OrderbookRecord> { }
export class PathCallBuilder extends CallBuilder<PaymentPathRecord> { }
export class PaymentCallBuilder extends CallBuilder<PaymentOperationRecord> {
export class PaymentCallBuilder extends CallBuilder<PaymentOperationRecord> {
forAccount(accountId: string): this;
forLedger(sequence: string): this;
forTransaction(transactionId: string): this;