UNPKG

@rubysdk/secret-client

Version:

RubySDK Secret Network client utilities for data, token and escrow operations

6 lines 457 B
import { ProcessedAllowance } from '@/lib/types'; import { SecretNetworkClient } from 'secretjs'; declare function receivedSecretAllowances(client: SecretNetworkClient, granteeAddress: string): Promise<ProcessedAllowance[]>; declare function grantedSecretAllowances(client: SecretNetworkClient, granterAddress: string): Promise<ProcessedAllowance[]>; export { receivedSecretAllowances, grantedSecretAllowances }; //# sourceMappingURL=get-allowances.d.ts.map