sendAndStore

abstract suspend fun sendAndStore(accessToken: String, vct: String, batchSize: Int = 1, settings: WalletCreateDocumentSettings = WalletCreateDocumentSettings()): IssuedDocumentHandle

Runs issuance end-to-end and stores the resulting credential in the wallet.

The returned IssuedDocumentHandle follows the same enrichment rules as storeIssuedDocument: if trusted type metadata registries are configured, the SDK attempts to fetch and cache VCT metadata plus localized rendered SVG templates for later reuse.