Skip to main content

auki-identity-swift

Synced from the repository

This page mirrors bindings/swift/auki-identity-swift/README.md in the auki-sdk repo (branch develop). The repository is the source of truth.

UniFFI Swift bindings for auki-identity's Wallet and the identity-shaped pieces of auki-network's PeerIdentity.

Thin scaffolding host: the actual UniFFI proc-macros live on the upstream types under the swift-bindings cargo feature. This crate's job is uniffi::setup_scaffolding!() and pub use re-exports so UniFFI's metadata scanner sees the upstream types.

Produces a staticlib for iOS consumption and a cdylib for host uniffi-bindgen introspection.

Status: Shipped.

Public surface

  • Wallet (re-exported from auki-identity)
  • PeerIdentity (re-exported from auki-network)

Plus everything UniFFI infers from their annotated methods.

Depends on