mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fixed trailing whitespace
This commit is contained in:
parent
6394ee4590
commit
841bb34e04
4
types/stellar-sdk/index.d.ts
vendored
4
types/stellar-sdk/index.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user