Skip to main content

TypeAlias.SignerType

type SignerType = ObjectEnum<typeof SignerType>;
  • agentic: Backend-controlled account using MPC/TSS; the private key is never exposed to the end user.
  • eoa: Externally Owned Account; the private key is held exclusively by the user.