SignerAgentOptions
Defined in: src/agent/agent.ts:58
Options for creating a SignerAgent.
Type Parameters
Section titled “Type Parameters”T extends Transport = Transport
Properties
Section titled “Properties”account
Section titled “account”account:
Principal
Defined in: src/agent/agent.ts:62
The principal of the account on whose behalf canister calls are made.
agent?
Section titled “agent?”
optionalagent?:HttpAgent
Defined in: src/agent/agent.ts:67
An HttpAgent used for fetching the root key and status.
Default
Section titled “Default”A new HttpAgent connected to the IC mainnet.signer
Section titled “signer”signer:
Signer<T>
Defined in: src/agent/agent.ts:60
The Signer used to send ICRC-49 canister call requests.