UNPKG

@abstract-foundation/agw-client

Version:
9 lines 408 B
import { getLinkedAccounts, } from "../../actions/getLinkedAccounts.js"; import { getLinkedAgw, } from "../../actions/getLinkedAgw.js"; export function linkablePublicActions() { return (client) => ({ getLinkedAgw: ((parameters) => getLinkedAgw(client, (parameters ?? {}))), getLinkedAccounts: (args) => getLinkedAccounts(client, args), }); } //# sourceMappingURL=linkablePublic.js.map