@abstract-foundation/agw-client
Version:
Abstract Global Wallet Client SDK
9 lines • 408 B
JavaScript
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