UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

8 lines 253 B
export interface ReplyUrlType { callbackUrl: string; urlParams?: { [key: string]: string; }; } export declare function builtCallbackUrl({ callbackUrl, urlParams }: ReplyUrlType): string; //# sourceMappingURL=builtCallbackUrl.d.ts.map