UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
10 lines (9 loc) 277 B
export declare const getAdaHolderCurrentDelegation: ({ apiUrl, stakeKey, }: { apiUrl: string; stakeKey?: string | undefined; }) => Promise<{ dRepView: string | null; dRepHash: string | null; isDRepScriptBased: boolean; txHash: string | null; } | null>;