Skip to content

Commit c994791

Browse files
committed
bring back options for get blockchain event
Signed-off-by: Anastasia Lalamentik <[email protected]>
1 parent 2362e2f commit c994791

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/firefly.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,12 +511,11 @@ export default class FireFly extends HttpBase {
511511

512512
getBlockchainEvent(
513513
id: string,
514+
options?: FireFlyGetOptions,
514515
): Promise<FireFlyBlockchainEventResponse | undefined> {
515516
return this.getOne<FireFlyBlockchainEventResponse>(`/blockchainevents/${id}`, options);
516517
}
517518

518-
519-
520519
listen(
521520
subscriptions: string | string[] | FireFlySubscriptionBase,
522521
callback: FireFlyWebSocketCallback,

0 commit comments

Comments
 (0)