Link Signer

Links a signer to a subaccount to allow them to sign transactions on behalf of the subaccount

See linkSigner API reference for more details.

Makes a call to REST API > Executes > Link Signer via the SDK.

Usage

import { createVertexClient } from '@vertex-protocol/client';

const vertexClient = await createVertexClient('testnet', ...);
const res = await vertexClient.subaccount.linkSigner(...);

Last updated