Basic
Core primitives used by the ACTA API.
owner: string — Stellar public key (G...)issuer: string — Stellar public key (G...)vcId: string — credential identifiervcData: string — serialized VC datavaultContractId: string — Soroban contract address (C...)didUri: string — DID (e.g.,did:acta:...) (api/testnet/src/controllers/txPrepareStoreController.ts:10-18)issuerDid: string (optional) — DID for issuer when server-side store (api/testnet/src/controllers/vaultStoreController.ts:51-64)signedXdr: string — signed transaction XDRfields: object — arbitrary form fields included in store prepare (api/testnet/src/controllers/txPrepareStoreController.ts:20-28)
Configuration object read by server (api/testnet/src/types/types.ts:22-30):
rpcUrl: stringhorizonUrl: stringnetworkPassphrase: stringissuanceContractId: stringsecretKey: stringverifySourcePublicKey?: stringvaultContractId?: string
Last updated

