interface DecryptAnchoredTranscriptOpts {
    l2ps: L2PS;
    rpcUrl: string;
    storageAddress: string;
}

Properties

l2ps: L2PS
rpcUrl: string
storageAddress: string