UNPKG

soroban-hooks

Version:

Soroban smart contract watcher and transaction helper

10 lines (9 loc) 260 B
export default ContractTransactions; declare class ContractTransactions { constructor(apiKey: any); apiKey: any; fetch(address: any, { page, limit }?: { page?: number | undefined; limit?: number | undefined; }): Promise<any>; }