UNPKG

radix-utils

Version:

Utility functions for Radix DLT blockchain development

5 lines 530 B
import { DetailedEventsItem, GatewayApiClient } from '@radixdlt/babylon-gateway-api-sdk'; export declare const getEventFromTransaction: (gatewayApi: GatewayApiClient, txId: string, eventName: string) => Promise<DetailedEventsItem>; export declare const getEventKeyValuesFromTransaction: (gatewayApi: GatewayApiClient, txId: string, eventName: string) => Promise<Record<string, string>>; export declare const extractValuesFromTxEvent: (event: DetailedEventsItem) => Record<string, string>; //# sourceMappingURL=transaction.d.ts.map