Agoric / agoric-sdk

monorepo for the Agoric Javascript smart contract platform
Apache License 2.0
303 stars 191 forks source link

chore: contractState.account type alignment #9580

Open dckc opened 5 days ago

dckc commented 5 days ago

refs: #9566

Description

address a type error from #9566:

Error: src/examples/sendAnywhere.contract.js(112,9): error TS2741: Property 'account' is missing in type '{}' but required in type '{ account: OrchestrationAccount<any> | undefined; }'.
cloudflare-pages[bot] commented 5 days ago

Deploying agoric-sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8027144
Status: ✅  Deploy successful!
Preview URL: https://a9cd3e59.agoric-sdk.pages.dev
Branch Preview URL: https://dc-sendit-fix.agoric-sdk.pages.dev

View logs

mhofman commented 5 days ago

Does not seem to make the errors go away

dckc commented 5 days ago

@mhofman looks like dependency-graph is green now