Links a signer to a subaccount to allow them to sign transactions on behalf of the subaccount
Last updated 1 month ago
See API reference for more details.
Makes a call to via the SDK.
import { createVertexClient } from '@vertex-protocol/client'; const vertexClient = await createVertexClient('arbitrumTestnet', ...); const res = await vertexClient.subaccount.linkSigner(...);