Writing Consented Data
The send Method with Contract Integration (Recommended)
send Method with Contract Integration (Recommended)const result = await learnCard.invoke.send({
type: 'boost',
recipient: 'recipient-profile-id',
templateUri: 'urn:lc:boost:abc123',
contractUri: 'urn:lc:contract:xyz789', // Optional: routes via consent if applicable
});Writing Credentials to Contracts (Direct)
Credential Syncing
Last updated
Was this helpful?