Skip to content

Commit

Permalink
chore: deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Nov 6, 2024
1 parent 4ea3ec0 commit 1563f0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/client-utils/src/rpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export const makeVStorage = (powers, config) => {
};
/** @typedef {ReturnType<typeof makeVStorage>} VStorage */

/** @deprecated */
export const makeFromBoard = () => {
const cache = new Map();
const convertSlotToVal = (boardId, iface) => {
Expand All @@ -146,6 +147,7 @@ export const makeFromBoard = () => {
};
/** @typedef {ReturnType<typeof makeFromBoard>} IdMap */

/** @deprecated */
export const storageHelper = {
/** @param { string } txt */
parseCapData: txt => {
Expand Down Expand Up @@ -185,6 +187,7 @@ export const storageHelper = {
harden(storageHelper);

/**
* @deprecated
* @param {IdMap} ctx
* @param {VStorage} vstorage
* @returns {Promise<import('@agoric/vats/tools/board-utils.js').AgoricNamesRemotes>}
Expand Down

0 comments on commit 1563f0f

Please sign in to comment.