Type Alias FulfillOrdersExecution

FulfillOrdersExecution: {
    actions: (ApprovalAction | ExchangeAction)[];
    syncTxHashes: ((hashes: `0x${string}`[]) => Promise<boolean[]>);
}