createIntentMandate(params: CreateIntentMandateParams): Promise<IntentMandateClass>
Creates a new IntentMandate with validation
Note: IntentMandates are never signed according to AP2 specification. They represent user purchase intent but do not require cryptographic signatures.
params: CreateIntentMandateParams
- Parameters for creating the mandate
Promise<IntentMandateClass>
Promise resolving to a new IntentMandateClass instance