Skip to main content
Method on an account instance returned by createAccount.

Usage

const signatures = await account.signIntent(signData, targetChain)

Parameters

signData
SignData
required
Sign data returned by the orchestrator (origin/destination/targetExecution typed data)
targetChain
DestinationChain
required
Chain where the destination execution runs
signers
SignerSet
Signers to use, or undefined for the account default

Returns

signatures
SignedIntentData
The intent signatures, ready for submission

See also