import { type Provider } from "https://deno.land/x/lucid@0.7.0/src/mod.ts";
Methods
getProtocolParameters(): Promise<ProtocolParameters>
getDelegation(rewardAddress: RewardAddress): Promise<Delegation>
awaitTx(txHash: TxHash): Promise<boolean>
submitTx(tx: Transaction): Promise<TxHash>