Skip to content

SignerAgentOptions

Defined in: src/agent/agent.ts:58

Options for creating a SignerAgent.

T extends Transport = Transport

account: Principal

Defined in: src/agent/agent.ts:62

The principal of the account on whose behalf canister calls are made.


optional agent?: HttpAgent

Defined in: src/agent/agent.ts:67

An HttpAgent used for fetching the root key and status.

A new HttpAgent connected to the IC mainnet.

signer: Signer<T>

Defined in: src/agent/agent.ts:60

The Signer used to send ICRC-49 canister call requests.