Link Signer
Links a signer to a subaccount to allow them to sign transactions on behalf of the subaccount
Makes a call to REST API > Executes > Link Signer via the SDK.
Usage
import { createVertexClient } from '@vertex-protocol/client';
const vertexClient = await createVertexClient('arbitrumTestnet', ...);
const res = await vertexClient.subaccount.linkSigner(...);
Last updated